Struct gobject_sys::GSignalInvocationHint [] [src]

#[repr(C)]
pub struct GSignalInvocationHint { pub signal_id: c_uint, pub detail: GQuark, pub run_type: GSignalFlags, }

Fields

Trait Implementations

impl Copy for GSignalInvocationHint
[src]

impl Clone for GSignalInvocationHint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GSignalInvocationHint
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations