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