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