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