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