#[repr(C)]pub struct fuse_statx_out {
pub attr_valid: u64,
pub attr_valid_nsec: u32,
pub flags: u32,
pub spare: [u64; 2],
pub stat: fuse_statx,
}
Fields§
§attr_valid: u64
§attr_valid_nsec: u32
§flags: u32
§spare: [u64; 2]
§stat: fuse_statx
Trait Implementations§
Source§impl Clone for fuse_statx_out
impl Clone for fuse_statx_out
Source§fn clone(&self) -> fuse_statx_out
fn clone(&self) -> fuse_statx_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_statx_out
impl Debug for fuse_statx_out
Source§impl Default for fuse_statx_out
impl Default for fuse_statx_out
Source§fn default() -> fuse_statx_out
fn default() -> fuse_statx_out
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_statx_out
impl Hash for fuse_statx_out
Source§impl PartialEq for fuse_statx_out
impl PartialEq for fuse_statx_out
impl Copy for fuse_statx_out
impl Eq for fuse_statx_out
impl StructuralPartialEq for fuse_statx_out
Auto Trait Implementations§
impl Freeze for fuse_statx_out
impl RefUnwindSafe for fuse_statx_out
impl Send for fuse_statx_out
impl Sync for fuse_statx_out
impl Unpin for fuse_statx_out
impl UnwindSafe for fuse_statx_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