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