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