Struct atsamd_hal::pwm::TCC3Pinout  
source · [−]Implementations
sourceimpl TCC3Pinout<PB12, AlternateF>
 
impl TCC3Pinout<PB12, AlternateF>
sourceimpl TCC3Pinout<PB13, AlternateF>
 
impl TCC3Pinout<PB13, AlternateF>
sourceimpl TCC3Pinout<PB16, AlternateF>
 
impl TCC3Pinout<PB16, AlternateF>
sourceimpl TCC3Pinout<PB17, AlternateF>
 
impl TCC3Pinout<PB17, AlternateF>
Auto Trait Implementations
impl<I, M> RefUnwindSafe for TCC3Pinout<I, M>where
    I: RefUnwindSafe,
    M: RefUnwindSafe,
impl<I, M> Send for TCC3Pinout<I, M>where
    I: Send,
    M: Send,
impl<I, M> Sync for TCC3Pinout<I, M>where
    I: Sync,
    M: Sync,
impl<I, M> Unpin for TCC3Pinout<I, M>where
    I: Unpin,
    M: Unpin,
impl<I, M> UnwindSafe for TCC3Pinout<I, M>where
    I: UnwindSafe,
    M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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