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