Struct fuse_backend_rs::abi::linux_abi::CreateIn [−][src]
#[repr(C)]pub struct CreateIn { pub flags: u32, pub mode: u32, pub umask: u32, pub fuse_flags: u32, }
Fields
flags: u32
mode: u32
umask: u32
fuse_flags: u32
Trait Implementations
Converts a slice of raw data into a reference of Self
. Read more
Converts a mutable slice of raw data into a mutable reference of Self
. Read more
Converts a mutable reference to self
into a mutable slice of bytes. Read more
Converts a mutable reference to self
into a VolatileSlice
. This is
useful because VolatileSlice
provides a Bytes<usize>
implementation. Read more
Auto Trait Implementations
impl RefUnwindSafe for CreateIn
impl UnwindSafe for CreateIn
Blanket Implementations
Mutably borrows from an owned value. Read more