#[repr(C, align(16))]
pub struct XSaveLegacyRegion {Show fields
pub fpu_control_word: u16,
pub fpu_status_word: u16,
pub fpu_tag_word: u16,
pub fpu_opcode: u16,
pub fpu_instruction_pointer: u32,
pub fpu_instruction_pointer_high_or_cs: u32,
pub fpu_data_pointer: u32,
pub fpu_data_pointer_high_or_ds: u32,
pub mxcsr: u32,
pub mxcsr_mask: u32,
pub st_space: [u8; 128],
pub xmm_space: [u8; 256],
pub padding: [u8; 96],
}
impl<T> Any for T where
T: 'static + ?Sized,
[src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.