pub struct GetXattr { /* private fields */ }Expand description
Get extended attribute, equivalent to getxattr(2).
Implementations§
Auto Trait Implementations§
impl Freeze for GetXattr
impl RefUnwindSafe for GetXattr
impl !Send for GetXattr
impl !Sync for GetXattr
impl Unpin for GetXattr
impl UnwindSafe for GetXattr
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