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