msfs::sys

Type Alias FLOATING_SAVE_AREA

Source
pub type FLOATING_SAVE_AREA = _FLOATING_SAVE_AREA;

Aliased Type§

struct FLOATING_SAVE_AREA {
    pub ControlWord: u64,
    pub StatusWord: u64,
    pub TagWord: u64,
    pub ErrorOffset: u64,
    pub ErrorSelector: u64,
    pub DataOffset: u64,
    pub DataSelector: u64,
    pub RegisterArea: [u8; 80],
    pub Spare0: u64,
}

Fields§

§ControlWord: u64§StatusWord: u64§TagWord: u64§ErrorOffset: u64§ErrorSelector: u64§DataOffset: u64§DataSelector: u64§RegisterArea: [u8; 80]§Spare0: u64

Trait Implementations

Source§

impl Clone for _FLOATING_SAVE_AREA

Source§

fn clone(&self) -> _FLOATING_SAVE_AREA

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _FLOATING_SAVE_AREA

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _FLOATING_SAVE_AREA