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