Struct vips_sys::_GPrivate[][src]

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

Fields

Trait Implementations

impl Debug for _GPrivate
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for _GPrivate

impl !Sync for _GPrivate