Struct gobject_sys::GSignalQuery
source · #[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: *const 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: *const GTypeTrait Implementations§
source§impl Clone for GSignalQuery
impl Clone for GSignalQuery
source§fn clone(&self) -> GSignalQuery
fn clone(&self) -> GSignalQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more