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