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