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