#[repr(u8)]pub enum XattrIndex {
Unused0 = 0,
User = 1,
PosixAclAccess = 2,
PosixAclDefault = 3,
Trusted = 4,
Lustre = 5,
Security = 6,
IndexAdvise = 7,
Unused8 = 8,
Encryption = 9,
Unused10 = 10,
Verity = 11,
}Expand description
xattr have an attached ‘index’ that serves as a namespace/purpose.
Variants§
Unused0 = 0
User = 1
PosixAclAccess = 2
PosixAclDefault = 3
Trusted = 4
Lustre = 5
Security = 6
IndexAdvise = 7
Unused8 = 8
Encryption = 9
Unused10 = 10
Verity = 11
Implementations§
Trait Implementations§
impl Copy for Index
impl Eq for Index
impl StructuralPartialEq for Index
Auto Trait Implementations§
impl Freeze for Index
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnsafeUnpin for Index
impl UnwindSafe for Index
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more