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