#[repr(C)]pub struct FuseAttrOut {
pub attr_valid: u64,
pub attr_valid_nsec: u32,
pub dummy: u32,
pub attr: FuseAttr,
}Expand description
FUSE get attribute response fuse_attr_out
Fields§
§attr_valid: u64Cache timeout seconds for the attributes
attr_valid_nsec: u32Cache timeout nano-seconds for the attributes
dummy: u32Alignment padding
attr: FuseAttrFUSE file attribute
Trait Implementations§
Source§impl AsIoSlice for FuseAttrOut
impl AsIoSlice for FuseAttrOut
Source§impl Debug for FuseAttrOut
impl Debug for FuseAttrOut
impl CouldBeAsIoSliceList for FuseAttrOut
Auto Trait Implementations§
impl Freeze for FuseAttrOut
impl RefUnwindSafe for FuseAttrOut
impl Send for FuseAttrOut
impl Sync for FuseAttrOut
impl Unpin for FuseAttrOut
impl UnwindSafe for FuseAttrOut
Blanket Implementations§
Source§impl<T> AsIoSliceList for Twhere
T: AsIoSlice + CouldBeAsIoSliceList,
impl<T> AsIoSliceList for Twhere
T: AsIoSlice + CouldBeAsIoSliceList,
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