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