EevCfgs

Struct EevCfgs 

Source
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>

Source

pub fn eev1(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev2(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev3(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev4(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev5(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev6(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev7(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev8(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev9(self, cfg: EevCfg<TIM>) -> Self

Source

pub fn eev10(self, cfg: EevCfg<TIM>) -> Self

Trait Implementations§

Source§

impl<TIM> Clone for EevCfgs<TIM>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<TIM> Default for EevCfgs<TIM>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.