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