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