pub enum IoSet5 {}
Expand description
Type-level variant of IoSet
representing SERCOM IOSET 5
See the type-level enum documentation for more details on the pattern.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IoSet5
impl Send for IoSet5
impl Sync for IoSet5
impl Unpin for IoSet5
impl UnwindSafe for IoSet5
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