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