Struct simics_api_sys::interval_section
source · #[repr(C)]pub struct interval_section {
pub start: uint64,
pub intervals: *mut interval_bucket,
}
Fields§
§start: uint64
start of this section
intervals: *mut interval_bucket
NULL if no intervals here
Trait Implementations§
source§impl Clone for interval_section
impl Clone for interval_section
source§fn clone(&self) -> interval_section
fn clone(&self) -> interval_section
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 interval_section
impl Debug for interval_section
source§impl Default for interval_section
impl Default for interval_section
source§impl Hash for interval_section
impl Hash for interval_section
source§impl Ord for interval_section
impl Ord for interval_section
source§fn cmp(&self, other: &interval_section) -> Ordering
fn cmp(&self, other: &interval_section) -> 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 interval_section
impl PartialEq for interval_section
source§impl PartialOrd for interval_section
impl PartialOrd for interval_section
impl Copy for interval_section
impl Eq for interval_section
impl StructuralPartialEq for interval_section
Auto Trait Implementations§
impl Freeze for interval_section
impl RefUnwindSafe for interval_section
impl !Send for interval_section
impl !Sync for interval_section
impl Unpin for interval_section
impl UnwindSafe for interval_section
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
)