#[repr(C)]pub struct FuseGetAttrIn {
pub getattr_flags: u32,
pub dummy: u32,
pub fh: u64,
}Expand description
FUSE get attribute request input fuse_getattr_in
Fields§
§getattr_flags: u32Get attribute flags
dummy: u32Alignment padding
fh: u64File handler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseGetAttrIn
impl RefUnwindSafe for FuseGetAttrIn
impl Send for FuseGetAttrIn
impl Sync for FuseGetAttrIn
impl Unpin for FuseGetAttrIn
impl UnwindSafe for FuseGetAttrIn
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