#[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
Implementations§
Trait Implementations§
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