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