Enum Nextkl
#[repr(u8)]pub enum Nextkl {
Plus0 = 0,
Plus1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
Plus0 = 0
OBKINDEX represents the index of the option byte key stored for the hide protection level indicated in SBS_HDPLSR.
Plus1 = 1
OBKINDEX represents the index of the option byte key stored for the hide protection level indicated in SBS_HDPLSR plus one (e.g. if HDPL=1 in SBS_HDPLR the key of level 2 is selected).
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Nextkl
impl Eq for Nextkl
§impl Ord for Nextkl
impl Ord for Nextkl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Nextkl
impl PartialOrd for Nextkl
impl StructuralPartialEq for Nextkl
Auto Trait Implementations§
impl Freeze for Nextkl
impl RefUnwindSafe for Nextkl
impl Send for Nextkl
impl Sync for Nextkl
impl Unpin for Nextkl
impl UnsafeUnpin for Nextkl
impl UnwindSafe for Nextkl
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