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