Struct ovr_mobile_sys::ovrQuatf_ [] [src]

#[repr(C)]
pub struct ovrQuatf_ { pub x: f32, pub y: f32, pub z: f32, pub w: f32, }

Fields

Trait Implementations

impl Debug for ovrQuatf_
[src]

Formats the value using the given formatter.

impl Copy for ovrQuatf_
[src]

impl Clone for ovrQuatf_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more