Struct probe_rs_cli_util::rtt::RttActiveTarget
source · [−]pub struct RttActiveTarget {
pub active_channels: Vec<RttActiveChannel>,
pub defmt_state: Option<(Table, Option<Locations>)>,
}Expand description
Once an active connection with the Target RTT control block has been established, we configure each of the active channels, and hold essential state information for successfull communication.
Fields
active_channels: Vec<RttActiveChannel>defmt_state: Option<(Table, Option<Locations>)>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RttActiveTarget
impl Send for RttActiveTarget
impl Sync for RttActiveTarget
impl Unpin for RttActiveTarget
impl UnwindSafe for RttActiveTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more