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