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