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