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