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