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 GPrivateimpl Clone for GPrivate[src]
impl Clone for GPrivatefn clone(&self) -> GPrivate[src]
fn clone(&self) -> GPrivateReturns 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