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