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