pub enum MasterPreloadSource {
OnMasterRepetitionUpdate,
}Variants§
OnMasterRepetitionUpdate
Preloaded registers are updated when the master counter rolls over and the master repetition counter is 0
Trait Implementations§
Source§impl Clone for MasterPreloadSource
impl Clone for MasterPreloadSource
Source§fn clone(&self) -> MasterPreloadSource
fn clone(&self) -> MasterPreloadSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MasterPreloadSource
Source§impl Debug for MasterPreloadSource
impl Debug for MasterPreloadSource
Auto Trait Implementations§
impl Freeze for MasterPreloadSource
impl RefUnwindSafe for MasterPreloadSource
impl Send for MasterPreloadSource
impl Sync for MasterPreloadSource
impl Unpin for MasterPreloadSource
impl UnsafeUnpin for MasterPreloadSource
impl UnwindSafe for MasterPreloadSource
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