Enum Ehsrun
pub enum Ehsrun {
_0 = 0,
_1 = 1,
}Expand description
Existence of HSRUN feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Ehsrun
impl Eq for Ehsrun
impl StructuralPartialEq for Ehsrun
Auto Trait Implementations§
impl Freeze for Ehsrun
impl RefUnwindSafe for Ehsrun
impl Send for Ehsrun
impl Sync for Ehsrun
impl Unpin for Ehsrun
impl UnwindSafe for Ehsrun
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