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