Struct ovr_mobile_sys::ovrVector4f_ [] [src]

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

Fields

Trait Implementations

impl Debug for ovrVector4f_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrVector4f_
[src]

impl Clone for ovrVector4f_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more