#[repr(C)]pub struct FuseBatchForgetIn {
pub count: u32,
pub dummy: u32,
}Expand description
FUSE batch forget request input fuse_batch_forget_in
Fields§
§count: u32Batch count
dummy: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseBatchForgetIn
impl RefUnwindSafe for FuseBatchForgetIn
impl Send for FuseBatchForgetIn
impl Sync for FuseBatchForgetIn
impl Unpin for FuseBatchForgetIn
impl UnwindSafe for FuseBatchForgetIn
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