msfs::sys

Type Alias LARGE_INTEGER

Source
pub type LARGE_INTEGER = _LARGE_INTEGER;

Aliased Type§

union LARGE_INTEGER {
    pub DUMMYSTRUCTNAME: _LARGE_INTEGER__bindgen_ty_1,
    pub u: _LARGE_INTEGER__bindgen_ty_2,
    pub QuadPart: i64,
}

Fields§

§DUMMYSTRUCTNAME: _LARGE_INTEGER__bindgen_ty_1§u: _LARGE_INTEGER__bindgen_ty_2§QuadPart: i64

Trait Implementations

Source§

impl Clone for _LARGE_INTEGER

Source§

fn clone(&self) -> _LARGE_INTEGER

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 Copy for _LARGE_INTEGER