Struct libui_ng_sys::uiAreaMouseEvent
source · #[repr(C)]pub struct uiAreaMouseEvent {
pub X: f64,
pub Y: f64,
pub AreaWidth: f64,
pub AreaHeight: f64,
pub Down: c_int,
pub Up: c_int,
pub Count: c_int,
pub Modifiers: uiModifiers,
pub Held1To64: u64,
}Fields§
§X: f64§Y: f64§AreaWidth: f64§AreaHeight: f64§Down: c_int§Up: c_int§Count: c_int§Modifiers: uiModifiers§Held1To64: u64Trait Implementations§
source§impl Clone for uiAreaMouseEvent
impl Clone for uiAreaMouseEvent
source§fn clone(&self) -> uiAreaMouseEvent
fn clone(&self) -> uiAreaMouseEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more