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