#[repr(C)]pub struct FuseNotifyRetrieveIn {
pub dummy1: u64,
pub offset: u64,
pub size: u32,
pub dummy2: u32,
pub dummy3: u64,
pub dummy4: u64,
}Expand description
FUSE notify retrieve request input fuse_notify_retrieve_in
matches the size of fuse_write_in
Fields§
§dummy1: u64Padding
offset: u64Offset
size: u32Size
dummy2: u32Padding
dummy3: u64Padding
dummy4: u64Padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseNotifyRetrieveIn
impl RefUnwindSafe for FuseNotifyRetrieveIn
impl Send for FuseNotifyRetrieveIn
impl Sync for FuseNotifyRetrieveIn
impl Unpin for FuseNotifyRetrieveIn
impl UnwindSafe for FuseNotifyRetrieveIn
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