Struct gdk_sys::GdkEventVisibility
[−]
[src]
#[repr(C)]pub struct GdkEventVisibility { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub state: GdkVisibilityState, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
state: GdkVisibilityState
Trait Implementations
impl Copy for GdkEventVisibility
[src]
impl Clone for GdkEventVisibility
[src]
fn clone(&self) -> GdkEventVisibility
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more