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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GSignalQuery
[src]

impl Clone for _GSignalQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more