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