Struct ovr_sys::ovrMatrix4f [] [src]

#[repr(C)]
pub struct ovrMatrix4f { pub _align: [u32; 0], // some fields omitted }

A 4x4 matrix with f32 elements.

Fields

Trait Implementations

impl Debug for ovrMatrix4f
[src]

Formats the value using the given formatter.

impl Copy for ovrMatrix4f
[src]

impl Clone for ovrMatrix4f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more