[][src]Struct gobject_sys::GSignalQuery

#[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_uintsignal_name: *const c_charitype: GTypesignal_flags: GSignalFlagsreturn_type: GTypen_params: c_uintparam_types: *const GType

Trait Implementations

impl Clone for GSignalQuery[src]

impl Copy for GSignalQuery[src]

impl Debug for GSignalQuery[src]

Auto Trait Implementations

impl !Send for GSignalQuery

impl Unpin for GSignalQuery

impl !Sync for GSignalQuery

impl UnwindSafe for GSignalQuery

impl RefUnwindSafe for GSignalQuery

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]