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