#[repr(C)]pub struct FuseGetXAttrOut {
pub size: u32,
pub padding: u32,
}Expand description
FUSE get extended attribute response fuse_getxattr_out
Fields§
§size: u32The size of the extended attribute value
padding: u32Alignment padding
Trait Implementations§
Source§impl AsIoSlice for FuseGetXAttrOut
impl AsIoSlice for FuseGetXAttrOut
Source§impl Debug for FuseGetXAttrOut
impl Debug for FuseGetXAttrOut
impl CouldBeAsIoSliceList for FuseGetXAttrOut
Auto Trait Implementations§
impl Freeze for FuseGetXAttrOut
impl RefUnwindSafe for FuseGetXAttrOut
impl Send for FuseGetXAttrOut
impl Sync for FuseGetXAttrOut
impl Unpin for FuseGetXAttrOut
impl UnwindSafe for FuseGetXAttrOut
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