pub struct ReplyXattr { /* private fields */ }Expand description
Xattr reply
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyXattr
impl RefUnwindSafe for ReplyXattr
impl Send for ReplyXattr
impl Sync for ReplyXattr
impl Unpin for ReplyXattr
impl UnwindSafe for ReplyXattr
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