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