Struct gdk_sys::GdkEventSelection [−][src]
#[repr(C)]pub struct GdkEventSelection { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub selection: GdkAtom, pub target: GdkAtom, pub property: GdkAtom, pub time: u32, pub requestor: *mut GdkWindow, }
Fields
type_: GdkEventType
window: *mut GdkWindow
send_event: i8
selection: GdkAtom
target: GdkAtom
property: GdkAtom
time: u32
requestor: *mut GdkWindow
Trait Implementations
impl Copy for GdkEventSelection
[src]
impl Copy for GdkEventSelection
impl Clone for GdkEventSelection
[src]
impl Clone for GdkEventSelection
fn clone(&self) -> GdkEventSelection
[src]
fn clone(&self) -> GdkEventSelection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GdkEventSelection
[src]
impl Debug for GdkEventSelection
Auto Trait Implementations
impl !Send for GdkEventSelection
impl !Send for GdkEventSelection
impl !Sync for GdkEventSelection
impl !Sync for GdkEventSelection