Struct gtk_sys::GtkBindingSignal [] [src]

#[repr(C)]
pub struct GtkBindingSignal { pub next: *mut GtkBindingSignal, pub signal_name: *mut c_char, pub n_args: c_uint, pub args: *mut GtkBindingArg, }

Fields

Trait Implementations

impl Copy for GtkBindingSignal
[src]

impl Clone for GtkBindingSignal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkBindingSignal
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations