Struct ovr_sys::ovrVector3f [] [src]

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

A 3D vector with f32 components.

Fields

Trait Implementations

impl Debug for ovrVector3f
[src]

Formats the value using the given formatter.

impl Copy for ovrVector3f
[src]

impl Clone for ovrVector3f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more