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