Struct gdk_sys::GdkEventPadAxis [−][src]
#[repr(C)]pub struct GdkEventPadAxis { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub time: u32, pub group: c_uint, pub index: c_uint, pub mode: c_uint, pub value: c_double, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
time: u32
group: c_uint
index: c_uint
mode: c_uint
value: c_double
Trait Implementations
impl Copy for GdkEventPadAxis
[src]
impl Copy for GdkEventPadAxis
impl Clone for GdkEventPadAxis
[src]
impl Clone for GdkEventPadAxis
fn clone(&self) -> GdkEventPadAxis
[src]
fn clone(&self) -> GdkEventPadAxis
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GdkEventPadAxis
[src]
impl Debug for GdkEventPadAxis
Auto Trait Implementations
impl !Send for GdkEventPadAxis
impl !Send for GdkEventPadAxis
impl !Sync for GdkEventPadAxis
impl !Sync for GdkEventPadAxis