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