Struct simics_api_sys::bindings::gbp_header_t
source · #[repr(C)]pub struct gbp_header_t {
pub magic: uint32,
pub format: uint32,
pub bytes: uint64,
pub minx: uint32,
pub miny: uint32,
pub maxx: uint32,
pub maxy: uint32,
}
Expand description
The fields magic and format are always GBP_MAGIC and GBP_FMT_V3_32, respectively.
The field bytes is the size of the image data in the file, not including the header.
The other fields specify the breakpoint image patch location on the screen.
Fields§
§magic: uint32
§format: uint32
§bytes: uint64
§minx: uint32
§miny: uint32
§maxx: uint32
§maxy: uint32
Trait Implementations§
source§impl Clone for gbp_header_t
impl Clone for gbp_header_t
source§fn clone(&self) -> gbp_header_t
fn clone(&self) -> gbp_header_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 gbp_header_t
impl Debug for gbp_header_t
source§impl Default for gbp_header_t
impl Default for gbp_header_t
source§fn default() -> gbp_header_t
fn default() -> gbp_header_t
Returns the “default value” for a type. Read more
source§impl Hash for gbp_header_t
impl Hash for gbp_header_t
source§impl Ord for gbp_header_t
impl Ord for gbp_header_t
source§fn cmp(&self, other: &gbp_header_t) -> Ordering
fn cmp(&self, other: &gbp_header_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 gbp_header_t
impl PartialEq for gbp_header_t
source§impl PartialOrd for gbp_header_t
impl PartialOrd for gbp_header_t
impl Copy for gbp_header_t
impl Eq for gbp_header_t
impl StructuralPartialEq for gbp_header_t
Auto Trait Implementations§
impl Freeze for gbp_header_t
impl RefUnwindSafe for gbp_header_t
impl Send for gbp_header_t
impl Sync for gbp_header_t
impl Unpin for gbp_header_t
impl UnwindSafe for gbp_header_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
)