Struct emscripten_sys::WebVRPoint [] [src]

#[repr(C)]
pub struct WebVRPoint { pub x: f64, pub y: f64, pub z: f64, pub w: f64, }

Fields

Trait Implementations

impl Debug for WebVRPoint
[src]

Formats the value using the given formatter.

impl Copy for WebVRPoint
[src]

impl Clone for WebVRPoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more