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