#[repr(u32)]pub enum XattrType {
User = 0,
Trusted = 1,
Security = 2,
}
Expand description
Represents the namespace of extended attributes.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XattrType
impl RefUnwindSafe for XattrType
impl Send for XattrType
impl Sync for XattrType
impl Unpin for XattrType
impl UnwindSafe for XattrType
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