#[repr(C)]pub struct fuse_entry_out {
pub nodeid: u64,
pub generation: u64,
pub entry_valid: u64,
pub attr_valid: u64,
pub entry_valid_nsec: u32,
pub attr_valid_nsec: u32,
pub attr: fuse_attr,
}
Fields§
§nodeid: u64
§generation: u64
§entry_valid: u64
§attr_valid: u64
§entry_valid_nsec: u32
§attr_valid_nsec: u32
§attr: fuse_attr
Trait Implementations§
Source§impl AsBytes for fuse_entry_out
impl AsBytes for fuse_entry_out
Source§impl Clone for fuse_entry_out
impl Clone for fuse_entry_out
Source§fn clone(&self) -> fuse_entry_out
fn clone(&self) -> fuse_entry_out
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for fuse_entry_out
impl Default for fuse_entry_out
Source§fn default() -> fuse_entry_out
fn default() -> fuse_entry_out
Returns the “default value” for a type. Read more
impl Copy for fuse_entry_out
impl FromBytes for fuse_entry_out
Auto Trait Implementations§
impl Freeze for fuse_entry_out
impl RefUnwindSafe for fuse_entry_out
impl Send for fuse_entry_out
impl Sync for fuse_entry_out
impl Unpin for fuse_entry_out
impl UnwindSafe for fuse_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