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