Struct ovr_sys::ovrQuatf [] [src]

#[repr(C)]
pub struct ovrQuatf { pub _align: [u32; 0], pub x: f32, pub y: f32, pub z: f32, pub w: f32, }

A quaternion rotation.

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