Struct xattr_args
struct xattr_args { ... }
Fields
value: __u64size: __u32flags: __u32
Implementations
impl Clone for xattr_args
fn clone(self: &Self) -> xattr_args
impl Copy for xattr_args
impl Debug for xattr_args
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for xattr_args
impl RefUnwindSafe for xattr_args
impl Send for xattr_args
impl Sync for xattr_args
impl Unpin for xattr_args
impl UnsafeUnpin for xattr_args
impl UnwindSafe for xattr_args
impl<T> Any for xattr_args
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for xattr_args
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for xattr_args
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for xattr_args
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for xattr_args
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for xattr_args
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for xattr_args
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for xattr_args
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>