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