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