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