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