Struct probe_rs::CoreInformation
source · pub struct CoreInformation {
pub pc: u64,
}
Expand description
An struct for storing the current state of a core.
Fields§
§pc: u64
The current Program Counter.
Trait Implementations§
source§impl Clone for CoreInformation
impl Clone for CoreInformation
source§fn clone(&self) -> CoreInformation
fn clone(&self) -> CoreInformation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more