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