Struct gtk_sys::GtkMenuButton
[−]
[src]
#[repr(C)]pub struct GtkMenuButton { pub parent: GtkToggleButton, pub priv_: *mut GtkMenuButtonPrivate, }
Fields
parent: GtkToggleButton
priv_: *mut GtkMenuButtonPrivate
Trait Implementations
impl Copy for GtkMenuButton
[src]
impl Clone for GtkMenuButton
[src]
fn clone(&self) -> GtkMenuButton
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more