pub struct S0PAR { /* private fields */ }Expand description
stream x peripheral address register
Implementations§
Auto Trait Implementations§
impl !Freeze for S0PAR
impl !RefUnwindSafe for S0PAR
impl Send for S0PAR
impl !Sync for S0PAR
impl Unpin for S0PAR
impl UnwindSafe for S0PAR
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