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