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