pub enum MasterPreloadSource {
OnMasterRepetitionUpdate,
}
Variants§
OnMasterRepetitionUpdate
Preloaded registers are updated when the master counter rolls over and the master repetition counter is 0
Auto Trait Implementations§
impl Freeze for MasterPreloadSource
impl RefUnwindSafe for MasterPreloadSource
impl Send for MasterPreloadSource
impl Sync for MasterPreloadSource
impl Unpin 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