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