Struct gobject_sys::GSignalQuery[][src]

#[repr(C)]
pub struct GSignalQuery { pub signal_id: c_uint, pub signal_name: *const c_char, pub itype: GType, pub signal_flags: GSignalFlags, pub return_type: GType, pub n_params: c_uint, pub param_types: *mut GType, }

Fields

Trait Implementations

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

impl Debug for GSignalQuery
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GSignalQuery

impl !Sync for GSignalQuery