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