Struct openvr_sys::HmdQuad_t [] [src]

pub struct HmdQuad_t {
    pub vCorners: [HmdVector3_t; 4],
}

Fields

vCorners: [HmdVector3_t; 4]

Trait Implementations

impl Clone for HmdQuad_t
[src]

fn clone(&self) -> HmdQuad_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for HmdQuad_t
[src]

impl Debug for HmdQuad_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for HmdQuad_t
[src]

fn default() -> Self

Returns the "default value" for a type. Read more