pub enum IoSet4 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 4
See the type-level enum documentation for more details on the pattern.
Trait Implementations
impl InIoSet<IoSet4> for Pin<PA00, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PA01, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PA22, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PA23, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PA30, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PA31, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PB22, Alternate<D>>
impl InIoSet<IoSet4> for Pin<PB23, Alternate<D>>
impl IoSet for IoSet4
Auto Trait Implementations
impl RefUnwindSafe for IoSet4
impl Send for IoSet4
impl Sync for IoSet4
impl Unpin for IoSet4
impl UnwindSafe for IoSet4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more