#[repr(C)]pub struct WOW64_FLOATING_SAVE_AREA {
pub ControlWord: DWORD,
pub StatusWord: DWORD,
pub TagWord: DWORD,
pub ErrorOffset: DWORD,
pub ErrorSelector: DWORD,
pub DataOffset: DWORD,
pub DataSelector: DWORD,
pub RegisterArea: [BYTE; 80],
pub Cr0NpxState: DWORD,
}
Fields§
§ControlWord: DWORD
§StatusWord: DWORD
§TagWord: DWORD
§ErrorOffset: DWORD
§ErrorSelector: DWORD
§DataOffset: DWORD
§DataSelector: DWORD
§RegisterArea: [BYTE; 80]
§Cr0NpxState: DWORD
Trait Implementations§
Source§impl Clone for WOW64_FLOATING_SAVE_AREA
impl Clone for WOW64_FLOATING_SAVE_AREA
Source§fn clone(&self) -> WOW64_FLOATING_SAVE_AREA
fn clone(&self) -> WOW64_FLOATING_SAVE_AREA
Returns a copy 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 moreimpl Copy for WOW64_FLOATING_SAVE_AREA
Auto Trait Implementations§
impl Freeze for WOW64_FLOATING_SAVE_AREA
impl RefUnwindSafe for WOW64_FLOATING_SAVE_AREA
impl Send for WOW64_FLOATING_SAVE_AREA
impl Sync for WOW64_FLOATING_SAVE_AREA
impl Unpin for WOW64_FLOATING_SAVE_AREA
impl UnwindSafe for WOW64_FLOATING_SAVE_AREA
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