Struct vips_sys::_GClosure[][src]

#[repr(C)]
pub struct _GClosure { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>, pub marshal: Option<unsafe extern "C" fn(closure: *mut GClosure, return_value: *mut GValue, n_param_values: guint, param_values: *const GValue, invocation_hint: gpointer, marshal_data: gpointer)>, pub data: gpointer, pub notifiers: *mut GClosureNotifyData, }

Fields

Methods

impl _GClosure
[src]

Trait Implementations

impl Debug for _GClosure
[src]

Formats the value using the given formatter. Read more

impl Copy for _GClosure
[src]

impl Clone for _GClosure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GClosure

impl !Sync for _GClosure