Struct vips_sys::_GParamSpec [] [src]

#[repr(C)]
pub struct _GParamSpec { pub g_type_instance: GTypeInstance, pub name: *const gchar, pub flags: GParamFlags, pub value_type: GType, pub owner_type: GType, pub _nick: *mut gchar, pub _blurb: *mut gchar, pub qdata: *mut GData, pub ref_count: guint, pub param_id: guint, }

Fields

Trait Implementations

impl Debug for _GParamSpec
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GParamSpec
[src]

impl Clone for _GParamSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more