Skip to main content

xattr_args

Struct xattr_args 

Source
#[repr(C)]
pub struct xattr_args { pub value: u64, pub size: u32, pub flags: u32, pub __trailer: [c_char], }

Fields§

§value: u64§size: u32§flags: u32§__trailer: [c_char]

Trait Implementations§

Source§

impl Debug for xattr_args

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for xattr_args

Source§

fn eq(&self, other: &xattr_args) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl SliceDst for xattr_args

Source§

fn layout_for(len: usize) -> Layout

Get the layout of the slice-containing type with the given slice length.
Source§

fn retype(ptr: NonNull<[()]>) -> NonNull<Self>

Add the type onto an untyped pointer. Read more
Source§

impl StructuralPartialEq for xattr_args

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more