Struct emscripten_sys::WebVRPoint
[−]
[src]
#[repr(C)]pub struct WebVRPoint { pub x: f64, pub y: f64, pub z: f64, pub w: f64, }
Fields
x: f64
y: f64
z: f64
w: f64
Trait Implementations
impl Debug for WebVRPoint
[src]
impl Copy for WebVRPoint
[src]
impl Clone for WebVRPoint
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more