Struct ovr_sys::ovrVector2f [] [src]

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

A 2D vector with f32 components.

Fields

Trait Implementations

impl Debug for ovrVector2f
[src]

Formats the value using the given formatter.

impl Copy for ovrVector2f
[src]

impl Clone for ovrVector2f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more