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