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