Struct simics_api_sys::bindings::gfx_breakpoint
source · #[repr(C)]pub struct gfx_breakpoint {
pub id: c_int,
pub enabled: c_int,
pub format: c_int,
pub minx: uint32,
pub miny: uint32,
pub maxx: uint32,
pub maxy: uint32,
pub data: *mut uint8,
pub next: *mut gfx_breakpoint,
pub prev: *mut gfx_breakpoint,
}
Fields§
§id: c_int
§enabled: c_int
§format: c_int
§minx: uint32
§miny: uint32
§maxx: uint32
§maxy: uint32
§data: *mut uint8
§next: *mut gfx_breakpoint
§prev: *mut gfx_breakpoint
Trait Implementations§
source§impl Clone for gfx_breakpoint
impl Clone for gfx_breakpoint
source§fn clone(&self) -> gfx_breakpoint
fn clone(&self) -> gfx_breakpoint
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 gfx_breakpoint
impl Debug for gfx_breakpoint
source§impl Default for gfx_breakpoint
impl Default for gfx_breakpoint
source§impl Hash for gfx_breakpoint
impl Hash for gfx_breakpoint
source§impl Ord for gfx_breakpoint
impl Ord for gfx_breakpoint
source§fn cmp(&self, other: &gfx_breakpoint) -> Ordering
fn cmp(&self, other: &gfx_breakpoint) -> 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 gfx_breakpoint
impl PartialEq for gfx_breakpoint
source§impl PartialOrd for gfx_breakpoint
impl PartialOrd for gfx_breakpoint
impl Copy for gfx_breakpoint
impl Eq for gfx_breakpoint
impl StructuralPartialEq for gfx_breakpoint
Auto Trait Implementations§
impl Freeze for gfx_breakpoint
impl RefUnwindSafe for gfx_breakpoint
impl !Send for gfx_breakpoint
impl !Sync for gfx_breakpoint
impl Unpin for gfx_breakpoint
impl UnwindSafe for gfx_breakpoint
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
)