Struct glib_sys::GPrivate [−][src]
#[repr(C)]pub struct GPrivate { pub p: gpointer, pub notify: GDestroyNotify, pub future: [gpointer; 2], }
Fields
p: gpointer
notify: GDestroyNotify
future: [gpointer; 2]
Trait Implementations
impl Copy for GPrivate
[src]
impl Copy for GPrivate
impl Clone for GPrivate
[src]
impl Clone for GPrivate
fn clone(&self) -> GPrivate
[src]
fn clone(&self) -> GPrivate
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 GPrivate
[src]
impl Debug for GPrivate