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