#[repr(C)]pub struct fuse_getattr_in {
pub getattr_flags: u32,
pub dummy: u32,
pub fh: u64,
}
Fields§
§getattr_flags: u32
§dummy: u32
§fh: u64
Trait Implementations§
Source§impl AsBytes for fuse_getattr_in
impl AsBytes for fuse_getattr_in
Source§impl Clone for fuse_getattr_in
impl Clone for fuse_getattr_in
Source§fn clone(&self) -> fuse_getattr_in
fn clone(&self) -> fuse_getattr_in
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_getattr_in
impl Default for fuse_getattr_in
Source§fn default() -> fuse_getattr_in
fn default() -> fuse_getattr_in
Returns the “default value” for a type. Read more
impl Copy for fuse_getattr_in
impl FromBytes for fuse_getattr_in
Auto Trait Implementations§
impl Freeze for fuse_getattr_in
impl RefUnwindSafe for fuse_getattr_in
impl Send for fuse_getattr_in
impl Sync for fuse_getattr_in
impl Unpin for fuse_getattr_in
impl UnwindSafe for fuse_getattr_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