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