pub struct SetXattr {
pub path: BtrfsString,
pub xattr_name: BtrfsString,
pub xattr_data: Vec<u8>,
}
Fields§
§path: BtrfsString
§xattr_name: BtrfsString
§xattr_data: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetXattr
impl RefUnwindSafe for SetXattr
impl Send for SetXattr
impl Sync for SetXattr
impl Unpin for SetXattr
impl UnwindSafe for SetXattr
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