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