pub enum DaclKind {
NotPresent,
Null,
Present,
}Expand description
Semantic state of the DACL. A NULL DACL grants unrestricted access and must not be treated like an empty concrete ACL.
Variants§
Trait Implementations§
impl Copy for DaclKind
impl Eq for DaclKind
impl StructuralPartialEq for DaclKind
Auto Trait Implementations§
impl Freeze for DaclKind
impl RefUnwindSafe for DaclKind
impl Send for DaclKind
impl Sync for DaclKind
impl Unpin for DaclKind
impl UnsafeUnpin for DaclKind
impl UnwindSafe for DaclKind
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