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