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