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