#[repr(C)]pub struct FxSaveStateIA32 {Show 35 fields
pub fcw: u16,
pub fsw: u16,
pub ftw: u16,
pub opcode: u16,
pub eip: u32,
pub cs: u16,
pub reserved_1: u16,
pub data_offset: u32,
pub ds: u16,
pub reserved_2: [u8; 10],
pub st0mm0: [u8; 10],
pub reserved_3: [u8; 6],
pub st1mm1: [u8; 10],
pub reserved_4: [u8; 6],
pub st2mm2: [u8; 10],
pub reserved_5: [u8; 6],
pub st3mm3: [u8; 10],
pub reserved_6: [u8; 6],
pub st4mm4: [u8; 10],
pub reserved_7: [u8; 6],
pub st5mm5: [u8; 10],
pub reserved_8: [u8; 6],
pub st6mm6: [u8; 10],
pub reserved_9: [u8; 6],
pub st7mm7: [u8; 10],
pub reserved_10: [u8; 6],
pub xmm0: [u8; 16],
pub xmm1: [u8; 16],
pub xmm2: [u8; 16],
pub xmm3: [u8; 16],
pub xmm4: [u8; 16],
pub xmm5: [u8; 16],
pub xmm6: [u8; 16],
pub xmm7: [u8; 16],
pub reserved_11: [u8; 224],
}
Fields§
§fcw: u16
§fsw: u16
§ftw: u16
§opcode: u16
§eip: u32
§cs: u16
§reserved_1: u16
§data_offset: u32
§ds: u16
§reserved_2: [u8; 10]
§st0mm0: [u8; 10]
§reserved_3: [u8; 6]
§st1mm1: [u8; 10]
§reserved_4: [u8; 6]
§st2mm2: [u8; 10]
§reserved_5: [u8; 6]
§st3mm3: [u8; 10]
§reserved_6: [u8; 6]
§st4mm4: [u8; 10]
§reserved_7: [u8; 6]
§st5mm5: [u8; 10]
§reserved_8: [u8; 6]
§st6mm6: [u8; 10]
§reserved_9: [u8; 6]
§st7mm7: [u8; 10]
§reserved_10: [u8; 6]
§xmm0: [u8; 16]
§xmm1: [u8; 16]
§xmm2: [u8; 16]
§xmm3: [u8; 16]
§xmm4: [u8; 16]
§xmm5: [u8; 16]
§xmm6: [u8; 16]
§xmm7: [u8; 16]
§reserved_11: [u8; 224]
Trait Implementations§
Source§impl Clone for FxSaveStateIA32
impl Clone for FxSaveStateIA32
Source§fn clone(&self) -> FxSaveStateIA32
fn clone(&self) -> FxSaveStateIA32
Returns a duplicate 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 FxSaveStateIA32
impl Debug for FxSaveStateIA32
impl Copy for FxSaveStateIA32
Auto Trait Implementations§
impl Freeze for FxSaveStateIA32
impl RefUnwindSafe for FxSaveStateIA32
impl Send for FxSaveStateIA32
impl Sync for FxSaveStateIA32
impl Unpin for FxSaveStateIA32
impl UnwindSafe for FxSaveStateIA32
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