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_: GdkEventTypewindow: *mut GdkWindowsend_event: i8time: u32group: c_uintindex: c_uintmode: c_uintvalue: c_doubleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventPadAxisimpl !Send for GdkEventPadAxisimpl !Sync for GdkEventPadAxisimpl Unpin for GdkEventPadAxisimpl UnwindSafe for GdkEventPadAxisBlanket Implementations
Mutably borrows from an owned value. Read more