Struct xplm_sys::XPMouseState_t [] [src]

#[repr(C)]
pub struct XPMouseState_t { pub x: c_int, pub y: c_int, pub button: c_int, }

Fields

Trait Implementations

impl Debug for XPMouseState_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for XPMouseState_t
[src]

impl Clone for XPMouseState_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more