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