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