pub struct PwmOutput<TC> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<TC> RefUnwindSafe for PwmOutput<TC> where
TC: RefUnwindSafe,
impl<TC> Send for PwmOutput<TC> where
TC: Send,
impl<TC> Sync for PwmOutput<TC> where
TC: Sync,
impl<TC> Unpin for PwmOutput<TC> where
TC: Unpin,
impl<TC> UnwindSafe for PwmOutput<TC> where
TC: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more