#[repr(C)]pub struct FuseSetXAttrIn {
pub size: u32,
pub flags: u32,
}Expand description
FUSE set extended attribute request input fuse_setxattr_in
Fields§
§size: u32The size of extended attribute value to set
flags: u32The flags that specifies the meanings of this operation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseSetXAttrIn
impl RefUnwindSafe for FuseSetXAttrIn
impl Send for FuseSetXAttrIn
impl Sync for FuseSetXAttrIn
impl Unpin for FuseSetXAttrIn
impl UnwindSafe for FuseSetXAttrIn
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