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
Auto Trait Implementations
impl RefUnwindSafe for GPrivate
impl UnwindSafe for GPrivate
Blanket Implementations
Mutably borrows from an owned value. Read more