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