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

Trait Implementations

impl Debug for _GSignalQuery
[src]

Formats the value using the given formatter. Read more

impl Copy for _GSignalQuery
[src]

impl Clone for _GSignalQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GSignalQuery

impl !Sync for _GSignalQuery