Struct simics_api_sys::breakpoint_info_t
source · #[repr(C)]pub struct breakpoint_info_t {
pub handle: breakpoint_handle_t,
pub read_write_execute: access_t,
pub start: generic_address_t,
pub end: generic_address_t,
}
Fields§
§handle: breakpoint_handle_t
§read_write_execute: access_t
§start: generic_address_t
§end: generic_address_t
Trait Implementations§
source§impl Clone for breakpoint_info_t
impl Clone for breakpoint_info_t
source§fn clone(&self) -> breakpoint_info_t
fn clone(&self) -> breakpoint_info_t
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 moresource§impl Debug for breakpoint_info_t
impl Debug for breakpoint_info_t
source§impl Default for breakpoint_info_t
impl Default for breakpoint_info_t
source§impl Hash for breakpoint_info_t
impl Hash for breakpoint_info_t
source§impl Ord for breakpoint_info_t
impl Ord for breakpoint_info_t
source§fn cmp(&self, other: &breakpoint_info_t) -> Ordering
fn cmp(&self, other: &breakpoint_info_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for breakpoint_info_t
impl PartialEq for breakpoint_info_t
source§impl PartialOrd for breakpoint_info_t
impl PartialOrd for breakpoint_info_t
impl Copy for breakpoint_info_t
impl Eq for breakpoint_info_t
impl StructuralPartialEq for breakpoint_info_t
Auto Trait Implementations§
impl Freeze for breakpoint_info_t
impl RefUnwindSafe for breakpoint_info_t
impl Send for breakpoint_info_t
impl Sync for breakpoint_info_t
impl Unpin for breakpoint_info_t
impl UnwindSafe for breakpoint_info_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)