#[repr(C)]pub struct FuseForgetOne {
pub nodeid: u64,
pub nlookup: u64,
}Expand description
FUSE forget request input fuse_forget_one
Fields§
§nodeid: u64The node i-number
nlookup: u64The number of lookup to forget
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseForgetOne
impl RefUnwindSafe for FuseForgetOne
impl Send for FuseForgetOne
impl Sync for FuseForgetOne
impl Unpin for FuseForgetOne
impl UnwindSafe for FuseForgetOne
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