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
g_type_class: GTypeClass
value_type: GType
finalize: Option<unsafe extern "C" fn(pspec: *mut GParamSpec)>
value_set_default: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue)>
value_validate: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value: *mut GValue) -> gboolean>
values_cmp: Option<unsafe extern "C" fn(pspec: *mut GParamSpec, value1: *const GValue, value2: *const GValue) -> gint>
dummy: [gpointer; 4]
Trait Implementations
impl Debug for _GParamSpecClass
[src]
impl Debug for _GParamSpecClass
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GParamSpecClass
[src]
impl Copy for _GParamSpecClass
impl Clone for _GParamSpecClass
[src]
impl Clone for _GParamSpecClass
fn clone(&self) -> _GParamSpecClass
[src]
fn clone(&self) -> _GParamSpecClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _GParamSpecClass
impl !Send for _GParamSpecClass
impl !Sync for _GParamSpecClass
impl !Sync for _GParamSpecClass