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