Struct rust_webvr_api::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]

[src]

Formats the value using the given formatter.

impl Clone for VRFieldOfView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VRFieldOfView
[src]

[src]

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