Enum ra4m2::sci1::simr3::IICSTAREQ_A
source · pub enum IICSTAREQ_A {
_0,
_1,
}
Expand description
Start Condition Generation
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for IICSTAREQ_A
impl Clone for IICSTAREQ_A
source§fn clone(&self) -> IICSTAREQ_A
fn clone(&self) -> IICSTAREQ_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IICSTAREQ_A
impl Debug for IICSTAREQ_A
source§impl From<IICSTAREQ_A> for bool
impl From<IICSTAREQ_A> for bool
source§fn from(variant: IICSTAREQ_A) -> Self
fn from(variant: IICSTAREQ_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<IICSTAREQ_A> for IICSTAREQ_A
impl PartialEq<IICSTAREQ_A> for IICSTAREQ_A
source§fn eq(&self, other: &IICSTAREQ_A) -> bool
fn eq(&self, other: &IICSTAREQ_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.