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