#[repr(C)]pub struct fuse_notify_retrieve_in {
pub dummy1: u64,
pub offset: u64,
pub size: u32,
pub dummy2: u32,
pub dummy3: u64,
pub dummy4: u64,
}
Fields§
§dummy1: u64
§offset: u64
§size: u32
§dummy2: u32
§dummy3: u64
§dummy4: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_notify_retrieve_in
impl RefUnwindSafe for fuse_notify_retrieve_in
impl Send for fuse_notify_retrieve_in
impl Sync for fuse_notify_retrieve_in
impl Unpin for fuse_notify_retrieve_in
impl UnwindSafe for fuse_notify_retrieve_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