pub struct USB_SERIAL(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Peripheral for USB_SERIAL
impl Peripheral for USB_SERIAL
Source§type P = USB_SERIAL
type P = USB_SERIAL
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> Self::P
unsafe fn clone_unchecked(&mut self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more