Enum stm32_metapac::hrtim::vals::Cppstat
#[repr(u8)]pub enum Cppstat {
OUTPUT1ACTIVE = 0,
OUTPUT2ACTIVE = 1,
}
Variants§
OUTPUT1ACTIVE = 0
Signal applied on output 1 and output 2 forced inactive
OUTPUT2ACTIVE = 1
Signal applied on output 2 and output 1 forced inactive
Implementations§
Trait Implementations§
§impl Ord for Cppstat
impl Ord for Cppstat
§impl PartialOrd for Cppstat
impl PartialOrd for Cppstat
§fn partial_cmp(&self, other: &Cppstat) -> Option<Ordering>
fn partial_cmp(&self, other: &Cppstat) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Cppstat
impl Eq for Cppstat
impl StructuralEq for Cppstat
impl StructuralPartialEq for Cppstat
Auto Trait Implementations§
impl RefUnwindSafe for Cppstat
impl Send for Cppstat
impl Sync for Cppstat
impl Unpin for Cppstat
impl UnwindSafe for Cppstat
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