Struct atsamd_hal::pwm::TCC4Pinout  
source · [−]Implementations
sourceimpl TCC4Pinout<PB14, AlternateF>
 
impl TCC4Pinout<PB14, AlternateF>
sourceimpl TCC4Pinout<PB15, AlternateF>
 
impl TCC4Pinout<PB15, AlternateF>
sourceimpl TCC4Pinout<PB30, AlternateF>
 
impl TCC4Pinout<PB30, AlternateF>
sourceimpl TCC4Pinout<PB31, AlternateF>
 
impl TCC4Pinout<PB31, AlternateF>
Auto Trait Implementations
impl<I, M> RefUnwindSafe for TCC4Pinout<I, M>where
    I: RefUnwindSafe,
    M: RefUnwindSafe,
impl<I, M> Send for TCC4Pinout<I, M>where
    I: Send,
    M: Send,
impl<I, M> Sync for TCC4Pinout<I, M>where
    I: Sync,
    M: Sync,
impl<I, M> Unpin for TCC4Pinout<I, M>where
    I: Unpin,
    M: Unpin,
impl<I, M> UnwindSafe for TCC4Pinout<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