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