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