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 GClosureNotifyDataimpl Clone for GClosureNotifyData[src]
impl Clone for GClosureNotifyDatafn clone(&self) -> GClosureNotifyData[src]
fn clone(&self) -> GClosureNotifyDataReturns 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 GClosureNotifyDataAuto Trait Implementations
impl !Send for GClosureNotifyData
impl !Send for GClosureNotifyDataimpl !Sync for GClosureNotifyData
impl !Sync for GClosureNotifyData