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