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