pub struct SCI9 { /* private fields */ }Expand description
Serial Communication Interface 9
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCI9
impl RefUnwindSafe for SCI9
impl !Sync for SCI9
impl Unpin for SCI9
impl UnwindSafe for SCI9
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