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