#[repr(C)]pub struct FuseOpenIn {
pub flags: u32,
pub unused: u32,
}Expand description
FUSE open request input fuse_open_in
Fields§
§flags: u32Open flags
unused: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseOpenIn
impl RefUnwindSafe for FuseOpenIn
impl Send for FuseOpenIn
impl Sync for FuseOpenIn
impl Unpin for FuseOpenIn
impl UnwindSafe for FuseOpenIn
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more