Struct vips_sys::_GSignalQuery
[−]
[src]
#[repr(C)]pub struct _GSignalQuery { pub signal_id: guint, pub signal_name: *const gchar, pub itype: GType, pub signal_flags: GSignalFlags, pub return_type: GType, pub n_params: guint, pub param_types: *const GType, }
Fields
signal_id: guint
signal_name: *const gchar
itype: GType
signal_flags: GSignalFlags
return_type: GType
n_params: guint
param_types: *const GType
Trait Implementations
impl Debug for _GSignalQuery
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _GSignalQuery
[src]
impl Clone for _GSignalQuery
[src]
fn clone(&self) -> _GSignalQuery
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more