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