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