Struct xplm_sys::XPLMProbeInfo_t [] [src]

#[repr(C)]
pub struct XPLMProbeInfo_t { pub structSize: c_int, pub locationX: f32, pub locationY: f32, pub locationZ: f32, pub normalX: f32, pub normalY: f32, pub normalZ: f32, pub velocityX: f32, pub velocityY: f32, pub velocityZ: f32, pub is_wet: c_int, }

Fields

Trait Implementations

impl Debug for XPLMProbeInfo_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for XPLMProbeInfo_t
[src]

impl Clone for XPLMProbeInfo_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more