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