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