#[repr(C)]pub struct FloatingSaveArea32 {
pub control_word: u32,
pub status_word: u32,
pub tag_word: u32,
pub error_offset: u32,
pub error_selector: u32,
pub data_offset: u32,
pub data_selector: u32,
pub register_area: [u8; 80],
pub cr0_npx_state: u32,
}
Fields§
§control_word: u32
§status_word: u32
§tag_word: u32
§error_offset: u32
§error_selector: u32
§data_offset: u32
§data_selector: u32
§register_area: [u8; 80]
§cr0_npx_state: u32
Trait Implementations§
Source§impl Debug for FloatingSaveArea32
impl Debug for FloatingSaveArea32
Source§impl Default for FloatingSaveArea32
impl Default for FloatingSaveArea32
Source§impl PartialEq for FloatingSaveArea32
impl PartialEq for FloatingSaveArea32
impl StructuralPartialEq for FloatingSaveArea32
Auto Trait Implementations§
impl Freeze for FloatingSaveArea32
impl RefUnwindSafe for FloatingSaveArea32
impl Send for FloatingSaveArea32
impl Sync for FloatingSaveArea32
impl Unpin for FloatingSaveArea32
impl UnwindSafe for FloatingSaveArea32
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