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