#[repr(C)]pub struct fuse_notify_delete_out {
pub parent: u64,
pub child: u64,
pub namelen: u32,
pub padding: u32,
}
Fields§
§parent: u64
§child: u64
§namelen: u32
§padding: u32
Trait Implementations§
Source§impl Debug for fuse_notify_delete_out
impl Debug for fuse_notify_delete_out
Source§impl Default for fuse_notify_delete_out
impl Default for fuse_notify_delete_out
Source§fn default() -> fuse_notify_delete_out
fn default() -> fuse_notify_delete_out
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fuse_notify_delete_out
impl RefUnwindSafe for fuse_notify_delete_out
impl Send for fuse_notify_delete_out
impl Sync for fuse_notify_delete_out
impl Unpin for fuse_notify_delete_out
impl UnwindSafe for fuse_notify_delete_out
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