#[repr(C)]pub struct FuseNotifyDeleteOut {
pub parent: INum,
pub child: INum,
pub namelen: u32,
pub padding: u32,
}Expand description
Fuse notify delete response fuse_notify_delete_out
Fields§
§parent: INumParent inode
child: INumChild inode
namelen: u32Name length
padding: u32Padding
Trait Implementations§
Source§impl AsIoSlice for FuseNotifyDeleteOut
impl AsIoSlice for FuseNotifyDeleteOut
Source§impl Debug for FuseNotifyDeleteOut
impl Debug for FuseNotifyDeleteOut
impl CouldBeAsIoSliceList for FuseNotifyDeleteOut
Auto Trait Implementations§
impl Freeze for FuseNotifyDeleteOut
impl RefUnwindSafe for FuseNotifyDeleteOut
impl Send for FuseNotifyDeleteOut
impl Sync for FuseNotifyDeleteOut
impl Unpin for FuseNotifyDeleteOut
impl UnwindSafe for FuseNotifyDeleteOut
Blanket Implementations§
Source§impl<T> AsIoSliceList for Twhere
T: AsIoSlice + CouldBeAsIoSliceList,
impl<T> AsIoSliceList for Twhere
T: AsIoSlice + CouldBeAsIoSliceList,
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