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 Copy for GClosureNotifyData
impl Clone for GClosureNotifyData
[src]
impl Clone for GClosureNotifyData
fn clone(&self) -> GClosureNotifyData
[src]
fn clone(&self) -> GClosureNotifyData
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 GClosureNotifyData
[src]
impl Debug for GClosureNotifyData
Auto Trait Implementations
impl !Send for GClosureNotifyData
impl !Send for GClosureNotifyData
impl !Sync for GClosureNotifyData
impl !Sync for GClosureNotifyData