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