Struct rust_webvr_api::vr_stage_parameters::VRStageParameters [] [src]

pub struct VRStageParameters {
    pub sitting_to_standing_transform: [f32; 16],
    pub size_x: f32,
    pub size_z: f32,
}

Fields

Trait Implementations

impl Debug for VRStageParameters
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRStageParameters
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more