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