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