Struct gdk_sys::GdkEventScroll [−][src]
#[repr(C)]pub struct GdkEventScroll {}Show fields
pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub time: u32, pub x: c_double, pub y: c_double, pub state: GdkModifierType, pub direction: GdkScrollDirection, pub device: *mut GdkDevice, pub x_root: c_double, pub y_root: c_double, pub delta_x: c_double, pub delta_y: c_double, pub is_stop: c_uint,
Fields
type_: GdkEventTypewindow: *mut GdkWindowsend_event: i8time: u32x: c_doubley: c_doublestate: GdkModifierTypedirection: GdkScrollDirectiondevice: *mut GdkDevicex_root: c_doubley_root: c_doubledelta_x: c_doubledelta_y: c_doubleis_stop: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventScrollimpl !Send for GdkEventScrollimpl !Sync for GdkEventScrollimpl Unpin for GdkEventScrollimpl UnwindSafe for GdkEventScrollBlanket Implementations
Mutably borrows from an owned value. Read more