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