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