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