pub enum KeyFlag {
WriteProtection = 16,
BootProtection = 8,
DebuggerProtection = 4,
KeyUsage = 2,
Wildcard = 1,
FlagUnset = 0,
}Variants§
WriteProtection = 16
BootProtection = 8
DebuggerProtection = 4
KeyUsage = 2
Wildcard = 1
FlagUnset = 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyFlag
impl RefUnwindSafe for KeyFlag
impl Send for KeyFlag
impl Sync for KeyFlag
impl Unpin for KeyFlag
impl UnwindSafe for KeyFlag
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