pub enum AclKind {
Dacl,
Sacl,
}Expand description
A security descriptor’s access-control-list component.
Variants§
Trait Implementations§
impl Copy for AclKind
impl Eq for AclKind
impl StructuralPartialEq for AclKind
Auto Trait Implementations§
impl Freeze for AclKind
impl RefUnwindSafe for AclKind
impl Send for AclKind
impl Sync for AclKind
impl Unpin for AclKind
impl UnsafeUnpin for AclKind
impl UnwindSafe for AclKind
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