pub struct SERIAL0 { /* private fields */ }
Expand description
SERIAL0 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for SERIAL0
impl Peripheral for SERIAL0
Auto Trait Implementations§
impl Freeze for SERIAL0
impl RefUnwindSafe for SERIAL0
impl Send for SERIAL0
impl Sync for SERIAL0
impl Unpin for SERIAL0
impl UnwindSafe for SERIAL0
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