#[repr(u8)]pub enum Pcr21Lk {
LK0 = 0,
LK1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pcr21Lk
impl Ord for Pcr21Lk
Source§impl PartialOrd for Pcr21Lk
impl PartialOrd for Pcr21Lk
impl Copy for Pcr21Lk
impl Eq for Pcr21Lk
impl StructuralPartialEq for Pcr21Lk
Auto Trait Implementations§
impl Freeze for Pcr21Lk
impl RefUnwindSafe for Pcr21Lk
impl Send for Pcr21Lk
impl Sync for Pcr21Lk
impl Unpin for Pcr21Lk
impl UnwindSafe for Pcr21Lk
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