msfs::sys

Type Alias GUID

Source
pub type GUID = _GUID;

Aliased Type§

struct GUID {
    pub Data1: u64,
    pub Data2: u16,
    pub Data3: u16,
    pub Data4: [u8; 8],
}

Fields§

§Data1: u64§Data2: u16§Data3: u16§Data4: [u8; 8]

Trait Implementations

Source§

impl Clone for _GUID

Source§

fn clone(&self) -> _GUID

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 _GUID

Source§

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

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

impl Copy for _GUID