#[repr(C)]pub struct FuseNotifyInvalINodeOut {
pub ino: INum,
pub off: i64,
pub len: i64,
}Expand description
FUSE notify invalid inode response fuse_notify_inval_inode_out
Fields§
§ino: INumNode ID
off: i64Offset
len: i64Length
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseNotifyInvalINodeOut
impl RefUnwindSafe for FuseNotifyInvalINodeOut
impl Send for FuseNotifyInvalINodeOut
impl Sync for FuseNotifyInvalINodeOut
impl Unpin for FuseNotifyInvalINodeOut
impl UnwindSafe for FuseNotifyInvalINodeOut
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