Struct xplm_sys::XPLMDrawInfo_t [] [src]

#[repr(C)]
pub struct XPLMDrawInfo_t { pub structSize: c_int, pub x: f32, pub y: f32, pub z: f32, pub pitch: f32, pub heading: f32, pub roll: f32, }

Fields

Trait Implementations

impl Debug for XPLMDrawInfo_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for XPLMDrawInfo_t
[src]

impl Clone for XPLMDrawInfo_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more