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