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