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
impl Copy for Syncstrt
impl Eq for Syncstrt
impl StructuralPartialEq for Syncstrt
Auto Trait Implementations§
impl Freeze for Syncstrt
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
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
)