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