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