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