pub enum Pad3 {}
Expand description
Type-level variant of PadNum
representing SERCOM pad 3
See the type-level enum documentation for an explanation of the pattern.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pad3
impl Send for Pad3
impl Sync for Pad3
impl Unpin for Pad3
impl UnwindSafe for Pad3
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