Struct gobject_sys::GClosureNotifyData
source · #[repr(C)]pub struct GClosureNotifyData {
pub data: gpointer,
pub notify: GClosureNotify,
}Fields§
§data: gpointer§notify: GClosureNotifyTrait Implementations§
source§impl Clone for GClosureNotifyData
impl Clone for GClosureNotifyData
source§fn clone(&self) -> GClosureNotifyData
fn clone(&self) -> GClosureNotifyData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more