Struct gtk_sys::GtkRadioToolButton[][src]

#[repr(C)]
pub struct GtkRadioToolButton { pub parent: GtkToggleToolButton, }

Fields

Trait Implementations

impl Copy for GtkRadioToolButton
[src]

impl Clone for GtkRadioToolButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRadioToolButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations