#[repr(C)]pub struct fuse_statx_in {
pub getattr_flags: u32,
pub reserved: u32,
pub fh: u64,
pub sx_flags: u32,
pub sx_mask: u32,
}
Fields§
§getattr_flags: u32
§reserved: u32
§fh: u64
§sx_flags: u32
§sx_mask: u32
Trait Implementations§
Source§impl Clone for fuse_statx_in
impl Clone for fuse_statx_in
Source§fn clone(&self) -> fuse_statx_in
fn clone(&self) -> fuse_statx_in
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_in
impl Debug for fuse_statx_in
Source§impl Default for fuse_statx_in
impl Default for fuse_statx_in
Source§fn default() -> fuse_statx_in
fn default() -> fuse_statx_in
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_statx_in
impl Hash for fuse_statx_in
Source§impl PartialEq for fuse_statx_in
impl PartialEq for fuse_statx_in
impl Copy for fuse_statx_in
impl Eq for fuse_statx_in
impl StructuralPartialEq for fuse_statx_in
Auto Trait Implementations§
impl Freeze for fuse_statx_in
impl RefUnwindSafe for fuse_statx_in
impl Send for fuse_statx_in
impl Sync for fuse_statx_in
impl Unpin for fuse_statx_in
impl UnwindSafe for fuse_statx_in
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