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