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