Struct gtk_sys::GtkTearoffMenuItem
source · #[repr(C)]pub struct GtkTearoffMenuItem {
pub menu_item: GtkMenuItem,
pub priv_: *mut GtkTearoffMenuItemPrivate,
}
Fields§
§priv_: *mut GtkTearoffMenuItemPrivate
Trait Implementations§
source§impl Clone for GtkTearoffMenuItem
impl Clone for GtkTearoffMenuItem
source§fn clone(&self) -> GtkTearoffMenuItem
fn clone(&self) -> GtkTearoffMenuItem
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