Struct emscripten_sys::EmscriptenUiEvent [] [src]

#[repr(C)]
pub struct EmscriptenUiEvent { pub detail: c_long, pub documentBodyClientWidth: c_int, pub documentBodyClientHeight: c_int, pub windowInnerWidth: c_int, pub windowInnerHeight: c_int, pub windowOuterWidth: c_int, pub windowOuterHeight: c_int, pub scrollTop: c_int, pub scrollLeft: c_int, }

Fields

Trait Implementations

impl Debug for EmscriptenUiEvent
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenUiEvent
[src]

impl Clone for EmscriptenUiEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more