Struct emscripten_sys::WebVRFieldOfView
[−]
[src]
#[repr(C)]pub struct WebVRFieldOfView { pub upDegrees: f64, pub rightDegrees: f64, pub downDegrees: f64, pub leftDegrees: f64, }
Fields
upDegrees: f64
rightDegrees: f64
downDegrees: f64
leftDegrees: f64
Trait Implementations
impl Debug for WebVRFieldOfView
[src]
impl Copy for WebVRFieldOfView
[src]
impl Clone for WebVRFieldOfView
[src]
fn clone(&self) -> Self
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