Struct rust_webvr::vr_layer::VRLayer [] [src]

pub struct VRLayer {
    pub texture_id: u32,
    pub left_bounds: [f32; 4],
    pub right_bounds: [f32; 4],
}

Fields

Trait Implementations

impl Debug for VRLayer
[src]

Formats the value using the given formatter.

impl Clone for VRLayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VRLayer
[src]

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