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