Enum stm32_metapac::hrtim::vals::Syncstrt
#[repr(u8)]pub enum Syncstrt {
DISABLED = 0,
START = 1,
}
Variants§
DISABLED = 0
Synchronization event has no effect on Timer x
START = 1
Synchronization event starts Timer x
Implementations§
Trait Implementations§
§impl Ord for Syncstrt
impl Ord for Syncstrt
§impl PartialOrd for Syncstrt
impl PartialOrd for Syncstrt
§fn partial_cmp(&self, other: &Syncstrt) -> Option<Ordering>
fn partial_cmp(&self, other: &Syncstrt) -> 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 Syncstrt
impl Eq for Syncstrt
impl StructuralEq for Syncstrt
impl StructuralPartialEq for Syncstrt
Auto Trait Implementations§
impl RefUnwindSafe for Syncstrt
impl Send for Syncstrt
impl Sync for Syncstrt
impl Unpin for Syncstrt
impl UnwindSafe for Syncstrt
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