Struct gobject_sys::GClosureNotifyData
[−]
[src]
#[repr(C)]pub struct GClosureNotifyData { pub data: gpointer, pub notify: GClosureNotify, }
Fields
data: gpointer
notify: GClosureNotify
Trait Implementations
impl Copy for GClosureNotifyData[src]
impl Clone for GClosureNotifyData[src]
fn clone(&self) -> GClosureNotifyData[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