Struct ovr_mobile_sys::ovrHeadModelParms [] [src]

#[repr(C)]
pub struct ovrHeadModelParms { pub InterpupillaryDistance: f32, pub EyeHeight: f32, pub HeadModelDepth: f32, pub HeadModelHeight: f32, }

Fields

Trait Implementations

impl Debug for ovrHeadModelParms
[src]

Formats the value using the given formatter.

impl Copy for ovrHeadModelParms
[src]

impl Clone for ovrHeadModelParms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more