pub struct EevCfg<TIM> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<TIM> Freeze for EevCfg<TIM>
impl<TIM> RefUnwindSafe for EevCfg<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for EevCfg<TIM>where
TIM: Send,
impl<TIM> Sync for EevCfg<TIM>where
TIM: Sync,
impl<TIM> Unpin for EevCfg<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for EevCfg<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