Struct emscripten_sys::WebVRFieldOfView [] [src]

#[repr(C)]
pub struct WebVRFieldOfView { pub upDegrees: f64, pub rightDegrees: f64, pub downDegrees: f64, pub leftDegrees: f64, }

Fields

Trait Implementations

impl Debug for WebVRFieldOfView
[src]

Formats the value using the given formatter.

impl Copy for WebVRFieldOfView
[src]

impl Clone for WebVRFieldOfView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more