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