#[repr(C)]pub struct fuse_notify_inval_entry_out {
pub parent: u64,
pub namelen: u32,
pub flags: u32,
}
Fields§
§parent: u64
§namelen: u32
§flags: u32
Trait Implementations§
Source§impl Clone for fuse_notify_inval_entry_out
impl Clone for fuse_notify_inval_entry_out
Source§fn clone(&self) -> fuse_notify_inval_entry_out
fn clone(&self) -> fuse_notify_inval_entry_out
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fuse_notify_inval_entry_out
impl Debug for fuse_notify_inval_entry_out
Source§impl Default for fuse_notify_inval_entry_out
impl Default for fuse_notify_inval_entry_out
Source§fn default() -> fuse_notify_inval_entry_out
fn default() -> fuse_notify_inval_entry_out
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_notify_inval_entry_out
impl Hash for fuse_notify_inval_entry_out
Source§impl PartialEq for fuse_notify_inval_entry_out
impl PartialEq for fuse_notify_inval_entry_out
Source§fn eq(&self, other: &fuse_notify_inval_entry_out) -> bool
fn eq(&self, other: &fuse_notify_inval_entry_out) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for fuse_notify_inval_entry_out
impl Eq for fuse_notify_inval_entry_out
impl StructuralPartialEq for fuse_notify_inval_entry_out
Auto Trait Implementations§
impl Freeze for fuse_notify_inval_entry_out
impl RefUnwindSafe for fuse_notify_inval_entry_out
impl Send for fuse_notify_inval_entry_out
impl Sync for fuse_notify_inval_entry_out
impl Unpin for fuse_notify_inval_entry_out
impl UnwindSafe for fuse_notify_inval_entry_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