#[repr(C)]pub struct FuseNotifyRetrieveOut {
pub notify_unique: u64,
pub nodeid: u64,
pub offset: u64,
pub size: u32,
pub padding: u32,
}Expand description
FUSE notify retrieve response fuse_notify_retrieve_out
Fields§
§notify_unique: u64Unique ID
nodeid: u64Node ID
offset: u64Offset
size: u32Size
padding: u32Padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseNotifyRetrieveOut
impl RefUnwindSafe for FuseNotifyRetrieveOut
impl Send for FuseNotifyRetrieveOut
impl Sync for FuseNotifyRetrieveOut
impl Unpin for FuseNotifyRetrieveOut
impl UnwindSafe for FuseNotifyRetrieveOut
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