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