Struct cortex_m::peripheral::itm::Stim
source · pub struct Stim { /* private fields */ }
Expand description
Stimulus Port
Implementations§
Auto Trait Implementations§
impl !Freeze for Stim
impl !RefUnwindSafe for Stim
impl Send for Stim
impl !Sync for Stim
impl Unpin for Stim
impl UnwindSafe for Stim
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