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