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]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for _GClosure
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GClosure
[src]

impl Clone for _GClosure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more