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