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
impl Copy for Syncrst
impl Eq for Syncrst
impl StructuralPartialEq for Syncrst
Auto Trait Implementations§
impl Freeze for Syncrst
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)