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