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