#[repr(C)]pub struct fuse_batch_forget_in {
pub count: u32,
pub dummy: u32,
}
Fields§
§count: u32
§dummy: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_batch_forget_in
impl RefUnwindSafe for fuse_batch_forget_in
impl Send for fuse_batch_forget_in
impl Sync for fuse_batch_forget_in
impl Unpin for fuse_batch_forget_in
impl UnwindSafe for fuse_batch_forget_in
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