Struct simics_api_sys::bindings::interval_set
source · #[repr(C)]pub struct interval_set {
pub sections: interval_set__bindgen_ty_1,
}
Fields§
§sections: interval_set__bindgen_ty_1
Trait Implementations§
source§impl Clone for interval_set
impl Clone for interval_set
source§fn clone(&self) -> interval_set
fn clone(&self) -> interval_set
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_set
impl Debug for interval_set
source§impl Default for interval_set
impl Default for interval_set
source§impl Hash for interval_set
impl Hash for interval_set
source§impl Ord for interval_set
impl Ord for interval_set
source§fn cmp(&self, other: &interval_set) -> Ordering
fn cmp(&self, other: &interval_set) -> 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_set
impl PartialEq for interval_set
source§impl PartialOrd for interval_set
impl PartialOrd for interval_set
impl Copy for interval_set
impl Eq for interval_set
impl StructuralPartialEq for interval_set
Auto Trait Implementations§
impl Freeze for interval_set
impl RefUnwindSafe for interval_set
impl !Send for interval_set
impl !Sync for interval_set
impl Unpin for interval_set
impl UnwindSafe for interval_set
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
)