Struct gst::ffi::Struct__GSignalQuery[][src]

#[repr(C)]
pub struct 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 Clone for Struct__GSignalQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GSignalQuery
[src]

impl Default for Struct__GSignalQuery
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GSignalQuery

impl !Sync for Struct__GSignalQuery