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