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