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