Struct emscripten_sys::WebVREyeParameters [] [src]

#[repr(C)]
pub struct WebVREyeParameters { pub minimumFieldOfView: WebVRFieldOfView, pub maximumFieldOfView: WebVRFieldOfView, pub recommendedFieldOfView: WebVRFieldOfView, pub eyeTranslation: WebVRPoint, pub currentFieldOfView: WebVRFieldOfView, pub renderRect: WebVRIntRect, }

Fields

Trait Implementations

impl Debug for WebVREyeParameters
[src]

Formats the value using the given formatter.

impl Copy for WebVREyeParameters
[src]

impl Clone for WebVREyeParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more