Struct ui_sys::uiAreaMouseEvent[][src]

#[repr(C)]
pub struct uiAreaMouseEvent { pub X: c_double, pub Y: c_double, pub AreaWidth: c_double, pub AreaHeight: c_double, pub Down: c_int, pub Up: c_int, pub Count: c_int, pub Modifiers: uiModifiers, pub Held1To64: u64, }

Fields

Trait Implementations

impl Copy for uiAreaMouseEvent
[src]

impl Clone for uiAreaMouseEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uiAreaMouseEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiAreaMouseEvent

impl Sync for uiAreaMouseEvent