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