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