pub struct EevCfgs<TIM> {
pub eev1: EevCfg<TIM>,
pub eev2: EevCfg<TIM>,
pub eev3: EevCfg<TIM>,
pub eev4: EevCfg<TIM>,
pub eev5: EevCfg<TIM>,
pub eev6: EevCfg<TIM>,
pub eev7: EevCfg<TIM>,
pub eev8: EevCfg<TIM>,
pub eev9: EevCfg<TIM>,
pub eev10: EevCfg<TIM>,
/* private fields */
}
Fields§
§eev1: EevCfg<TIM>
§eev2: EevCfg<TIM>
§eev3: EevCfg<TIM>
§eev4: EevCfg<TIM>
§eev5: EevCfg<TIM>
§eev6: EevCfg<TIM>
§eev7: EevCfg<TIM>
§eev8: EevCfg<TIM>
§eev9: EevCfg<TIM>
§eev10: EevCfg<TIM>
Implementations§
Source§impl<TIM> EevCfgs<TIM>
impl<TIM> EevCfgs<TIM>
pub fn eev1(self, cfg: EevCfg<TIM>) -> Self
pub fn eev2(self, cfg: EevCfg<TIM>) -> Self
pub fn eev3(self, cfg: EevCfg<TIM>) -> Self
pub fn eev4(self, cfg: EevCfg<TIM>) -> Self
pub fn eev5(self, cfg: EevCfg<TIM>) -> Self
pub fn eev6(self, cfg: EevCfg<TIM>) -> Self
pub fn eev7(self, cfg: EevCfg<TIM>) -> Self
pub fn eev8(self, cfg: EevCfg<TIM>) -> Self
pub fn eev9(self, cfg: EevCfg<TIM>) -> Self
pub fn eev10(self, cfg: EevCfg<TIM>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<TIM> Freeze for EevCfgs<TIM>
impl<TIM> RefUnwindSafe for EevCfgs<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for EevCfgs<TIM>where
TIM: Send,
impl<TIM> Sync for EevCfgs<TIM>where
TIM: Sync,
impl<TIM> Unpin for EevCfgs<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for EevCfgs<TIM>where
TIM: UnwindSafe,
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