#[repr(u32)]pub enum AceQualifierType {
User = 85,
Group = 71,
Sid = 83,
Uuid = 73,
}Expand description
Wraps AppleArchive ACL qualifier type identifiers.
Variants§
User = 85
Wraps the User variant of AceQualifierType.
Group = 71
Wraps the Group variant of AceQualifierType.
Sid = 83
Wraps the Sid variant of AceQualifierType.
Uuid = 73
Wraps the Uuid variant of AceQualifierType.
Trait Implementations§
Source§impl Clone for AceQualifierType
impl Clone for AceQualifierType
Source§fn clone(&self) -> AceQualifierType
fn clone(&self) -> AceQualifierType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AceQualifierType
Source§impl Debug for AceQualifierType
impl Debug for AceQualifierType
impl Eq for AceQualifierType
Source§impl Hash for AceQualifierType
impl Hash for AceQualifierType
Source§impl PartialEq for AceQualifierType
impl PartialEq for AceQualifierType
Source§fn eq(&self, other: &AceQualifierType) -> bool
fn eq(&self, other: &AceQualifierType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AceQualifierType
Auto Trait Implementations§
impl Freeze for AceQualifierType
impl RefUnwindSafe for AceQualifierType
impl Send for AceQualifierType
impl Sync for AceQualifierType
impl Unpin for AceQualifierType
impl UnsafeUnpin for AceQualifierType
impl UnwindSafe for AceQualifierType
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