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