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