msfs::sys

Type Alias PDESERIALIZE_CALLBACK

Source
pub type PDESERIALIZE_CALLBACK = DESERIALIZE_CALLBACK;

Aliased Type§

enum PDESERIALIZE_CALLBACK {
    None,
    Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GAUGEHDR, _: *mut u8) -> bool)

Some value of type T.