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