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