#[repr(C)]pub struct FuseNotifyInvalEntryOut {
pub parent: INum,
pub namelen: u32,
pub padding: u32,
}Expand description
FUSE notify invalid entry response fuse_notify_inval_entry_out
Fields§
§parent: INumParent inode
namelen: u32Name length
padding: u32Padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseNotifyInvalEntryOut
impl RefUnwindSafe for FuseNotifyInvalEntryOut
impl Send for FuseNotifyInvalEntryOut
impl Sync for FuseNotifyInvalEntryOut
impl Unpin for FuseNotifyInvalEntryOut
impl UnwindSafe for FuseNotifyInvalEntryOut
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