pub struct SSC { /* private fields */ }Expand description
Synchronous Serial Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSC
impl RefUnwindSafe for SSC
impl !Sync for SSC
impl Unpin for SSC
impl UnwindSafe for SSC
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