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