Struct libappindicator_sys::_GtkWidget
source · #[repr(C)]pub struct _GtkWidget {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkWidgetPrivate,
}Fields§
§parent_instance: GInitiallyUnowned§priv_: *mut GtkWidgetPrivateTrait Implementations§
source§impl Clone for _GtkWidget
impl Clone for _GtkWidget
source§fn clone(&self) -> _GtkWidget
fn clone(&self) -> _GtkWidget
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