pub enum IoSet6 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 6
See the type-level enum documentation for more details on the pattern.
Trait Implementations
impl InIoSet<IoSet6> for Pin<PB00, Alternate<D>>
impl InIoSet<IoSet6> for Pin<PB01, Alternate<D>>
impl InIoSet<IoSet6> for Pin<PB02, Alternate<D>>
impl InIoSet<IoSet6> for Pin<PB03, Alternate<D>>
impl IoSet for IoSet6
Auto Trait Implementations
impl RefUnwindSafe for IoSet6
impl Send for IoSet6
impl Sync for IoSet6
impl Unpin for IoSet6
impl UnwindSafe for IoSet6
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