pub struct PwmChannelDisabled<TIM, const C: u8> { /* private fields */ }
Implementations§
Source§impl<TIM, const C: u8> PwmChannelDisabled<TIM, C>
impl<TIM, const C: u8> PwmChannelDisabled<TIM, C>
pub fn with( self, pin: impl Into<TIM::Ch<PushPull>>, ) -> PwmChannel<TIM, C, false, PushPull>
pub fn with_open_drain( self, pin: impl Into<TIM::Ch<OpenDrain>>, ) -> PwmChannel<TIM, C, false, OpenDrain>
Auto Trait Implementations§
impl<TIM, const C: u8> Freeze for PwmChannelDisabled<TIM, C>where
TIM: Freeze,
impl<TIM, const C: u8> RefUnwindSafe for PwmChannelDisabled<TIM, C>where
TIM: RefUnwindSafe,
impl<TIM, const C: u8> Send for PwmChannelDisabled<TIM, C>where
TIM: Send,
impl<TIM, const C: u8> Sync for PwmChannelDisabled<TIM, C>where
TIM: Sync,
impl<TIM, const C: u8> Unpin for PwmChannelDisabled<TIM, C>where
TIM: Unpin,
impl<TIM, const C: u8> UnwindSafe for PwmChannelDisabled<TIM, C>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