Struct arduino_hal::port::mode::PwmOutput
source · pub struct PwmOutput<TC> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<TC> Freeze for PwmOutput<TC>
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§
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