Struct simics_api_sys::opcode_length_info_t
source · #[repr(C)]pub struct opcode_length_info_t {
pub min_alignment: c_int,
pub max_length: c_int,
pub avg_length: c_int,
}
Expand description
The
The
Fields§
§min_alignment: c_int
§max_length: c_int
§avg_length: c_int
Trait Implementations§
source§impl Clone for opcode_length_info_t
impl Clone for opcode_length_info_t
source§fn clone(&self) -> opcode_length_info_t
fn clone(&self) -> opcode_length_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 opcode_length_info_t
impl Debug for opcode_length_info_t
source§impl Default for opcode_length_info_t
impl Default for opcode_length_info_t
source§fn default() -> opcode_length_info_t
fn default() -> opcode_length_info_t
Returns the “default value” for a type. Read more
source§impl Hash for opcode_length_info_t
impl Hash for opcode_length_info_t
source§impl Ord for opcode_length_info_t
impl Ord for opcode_length_info_t
source§fn cmp(&self, other: &opcode_length_info_t) -> Ordering
fn cmp(&self, other: &opcode_length_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 opcode_length_info_t
impl PartialEq for opcode_length_info_t
source§impl PartialOrd for opcode_length_info_t
impl PartialOrd for opcode_length_info_t
impl Copy for opcode_length_info_t
impl Eq for opcode_length_info_t
impl StructuralPartialEq for opcode_length_info_t
Auto Trait Implementations§
impl Freeze for opcode_length_info_t
impl RefUnwindSafe for opcode_length_info_t
impl Send for opcode_length_info_t
impl Sync for opcode_length_info_t
impl Unpin for opcode_length_info_t
impl UnwindSafe for opcode_length_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
)