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