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