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