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
signal_id: c_uint
signal_name: *const c_char
itype: GType
signal_flags: GSignalFlags
return_type: GType
n_params: c_uint
param_types: *mut GType
Trait Implementations
impl Copy for GSignalQuery[src]
impl Copy for GSignalQueryimpl Clone for GSignalQuery[src]
impl Clone for GSignalQueryfn clone(&self) -> GSignalQuery[src]
fn clone(&self) -> GSignalQueryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GSignalQuery[src]
impl Debug for GSignalQueryAuto Trait Implementations
impl !Send for GSignalQuery
impl !Send for GSignalQueryimpl !Sync for GSignalQuery
impl !Sync for GSignalQuery