pub enum Pad2 {}
Expand description
Type-level variant of PadNum
representing SERCOM pad 2
See the type-level enum documentation for an explanation of the pattern.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pad2
impl RefUnwindSafe for Pad2
impl Send for Pad2
impl Sync for Pad2
impl Unpin for Pad2
impl UnwindSafe for Pad2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more