#[repr(C)]pub struct GPrivate {
pub p: gpointer,
pub notify: GDestroyNotify,
pub future: [gpointer; 2],
}Fields
p: gpointernotify: GDestroyNotifyfuture: [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