[][src]Struct raylib_sys::ffi_types::VrDeviceInfo

#[repr(C)]
pub struct VrDeviceInfo { pub hResolution: c_int, pub vResolution: c_int, pub hScreenSize: f32, pub vScreenSize: f32, pub vScreenCenter: f32, pub eyeToScreenDistance: f32, pub lensSeparationDistance: f32, pub interpupillaryDistance: f32, pub lensDistortionValues: [f32; 4], pub chromaAbCorrection: [f32; 4], }

Fields

hResolution: c_intvResolution: c_inthScreenSize: f32vScreenSize: f32vScreenCenter: f32eyeToScreenDistance: f32lensSeparationDistance: f32interpupillaryDistance: f32lensDistortionValues: [f32; 4]chromaAbCorrection: [f32; 4]

Trait Implementations

impl Copy for VrDeviceInfo
[src]

impl Clone for VrDeviceInfo
[src]

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

Performs copy-assignment from source. Read more

impl Debug for VrDeviceInfo
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]