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