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

Trait Implementations

impl Copy for GdkEventVisibility
[src]

impl Clone for GdkEventVisibility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GdkEventVisibility
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations