Struct atsamd_hal::pwm::TC5Pinout  
source · [−]pub struct TC5Pinout<I: PinId> { /* private fields */ }Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for TC5Pinout<I>where
    I: RefUnwindSafe,
impl<I> Send for TC5Pinout<I>where
    I: Send,
impl<I> Sync for TC5Pinout<I>where
    I: Sync,
impl<I> Unpin for TC5Pinout<I>where
    I: Unpin,
impl<I> UnwindSafe for TC5Pinout<I>where
    I: 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