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