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