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