pub enum Getxattr {}Trait Implementations§
Source§impl<'o> Operation<'o> for Getxattr
impl<'o> Operation<'o> for Getxattr
type RequestBody = (&'o GetxattrIn, &'o CStr)
type ReplyState = XattrReadState
Source§impl<'o> ReplyGather<'o> for Getxattr
impl<'o> ReplyGather<'o> for Getxattr
Source§impl<'o> ReplyNotFound<'o> for Getxattr
impl<'o> ReplyNotFound<'o> for Getxattr
Source§impl<'o> ReplyXattrRead<'o> for Getxattr
impl<'o> ReplyXattrRead<'o> for Getxattr
Source§impl<'o> RequestName<'o> for Getxattr
impl<'o> RequestName<'o> for Getxattr
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