Struct gdk_sys::GdkEventConfigure [−][src]
#[repr(C)]pub struct GdkEventConfigure { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, }
Fields
type_: GdkEventTypewindow: *mut GdkWindowsend_event: i8x: c_inty: c_intwidth: c_intheight: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkEventConfigureimpl !Send for GdkEventConfigureimpl !Sync for GdkEventConfigureimpl Unpin for GdkEventConfigureimpl UnwindSafe for GdkEventConfigureBlanket Implementations
Mutably borrows from an owned value. Read more