Struct simics_api_sys::bigtime_t
source · #[repr(C)]pub struct bigtime_t {
pub val: int128,
}
Expand description
Fields§
§val: int128
Trait Implementations§
source§impl Ord for bigtime_t
impl Ord for bigtime_t
source§impl PartialOrd for bigtime_t
impl PartialOrd for bigtime_t
impl Copy for bigtime_t
impl Eq for bigtime_t
impl StructuralPartialEq for bigtime_t
Auto Trait Implementations§
impl Freeze for bigtime_t
impl RefUnwindSafe for bigtime_t
impl Send for bigtime_t
impl Sync for bigtime_t
impl Unpin for bigtime_t
impl UnwindSafe for bigtime_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
)