Struct xplm_sys::XPLMCameraPosition_t [] [src]

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

Fields

Trait Implementations

impl Debug for XPLMCameraPosition_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for XPLMCameraPosition_t
[src]

impl Clone for XPLMCameraPosition_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more