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