Struct gtk_sys::GtkRadioActionEntry[][src]

#[repr(C)]
pub struct GtkRadioActionEntry { pub name: *const c_char, pub stock_id: *const c_char, pub label: *const c_char, pub accelerator: *const c_char, pub tooltip: *const c_char, pub value: c_int, }

Fields

Trait Implementations

impl Copy for GtkRadioActionEntry
[src]

impl Clone for GtkRadioActionEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRadioActionEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRadioActionEntry

impl !Sync for GtkRadioActionEntry