Struct xplm_sys::XPLMPlaneDrawState_t [] [src]

#[repr(C)]
pub struct XPLMPlaneDrawState_t { pub structSize: c_int, pub gearPosition: f32, pub flapRatio: f32, pub spoilerRatio: f32, pub speedBrakeRatio: f32, pub slatRatio: f32, pub wingSweep: f32, pub thrust: f32, pub yokePitch: f32, pub yokeHeading: f32, pub yokeRoll: f32, }

Fields

Trait Implementations

impl Debug for XPLMPlaneDrawState_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for XPLMPlaneDrawState_t
[src]

impl Clone for XPLMPlaneDrawState_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more