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