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