Struct rust_webvr::vr_field_view::VRFieldOfView [] [src]

pub struct VRFieldOfView {
    pub up_degrees: f64,
    pub right_degrees: f64,
    pub down_degrees: f64,
    pub left_degrees: f64,
}

Fields

Trait Implementations

impl Debug for VRFieldOfView
[src]

Formats the value using the given formatter.

impl Clone for VRFieldOfView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VRFieldOfView
[src]

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