Struct libc::open_how
#[repr(C)]
#[non_exhaustive]
pub struct open_how {
pub flags: ::__u64,
pub mode: ::__u64,
pub resolve: ::__u64,
}
Fields
pub flags: ::__u64
pub mode: ::__u64
pub resolve: ::__u64
Trait Implementations
impl Debug for open_how
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for open_how
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for open_how
impl StructuralPartialEq for open_how
Auto Trait Implementations
impl RefUnwindSafe for open_how
impl UnwindSafe for open_how
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T