Struct vips_sys::_GParamSpecClass [] [src]

#[repr(C)]
pub struct _GParamSpecClass { pub g_type_class: GTypeClass, pub value_type: GType, pub finalize: Option<unsafe extern "C" fn(pspec: *mut GParamSpec)>, pub value_set_default: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue)>, pub value_validate: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue) -> gboolean>, pub values_cmp: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value1: *const GValue, value2: *const GValue) -> gint>, pub dummy: [gpointer; 4], }

Fields

Trait Implementations

impl Debug for _GParamSpecClass
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpecClass
[src]

impl Clone for _GParamSpecClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more