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