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