pub enum SERCOM6 {}
Trait Implementations§
Source§impl InterruptSource for SERCOM6
impl InterruptSource for SERCOM6
impl MultipleInterruptSources for SERCOM6
Auto Trait Implementations§
impl Freeze for SERCOM6
impl RefUnwindSafe for SERCOM6
impl Send for SERCOM6
impl Sync for SERCOM6
impl Unpin for SERCOM6
impl UnwindSafe for SERCOM6
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