Struct glib_sys::GPrivate[][src]

#[repr(C)]
pub struct GPrivate { pub p: gpointer, pub notify: GDestroyNotify, pub future: [gpointer; 2], }

Fields

Trait Implementations

impl Copy for GPrivate
[src]

impl Clone for GPrivate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GPrivate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GPrivate

impl !Sync for GPrivate