#[repr(C)]pub struct FuseGetXAttrIn {
pub size: u32,
pub padding: u32,
}Expand description
FUSE get extended attribute request input fuse_getxattr_in
Fields§
§size: u32The maximum length of the attribute value to be replied
padding: u32Alignment padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseGetXAttrIn
impl RefUnwindSafe for FuseGetXAttrIn
impl Send for FuseGetXAttrIn
impl Sync for FuseGetXAttrIn
impl Unpin for FuseGetXAttrIn
impl UnwindSafe for FuseGetXAttrIn
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