Struct libpanel_sys::PanelWidget
source · #[repr(C)]pub struct PanelWidget {
pub parent_instance: GtkWidget,
}Fields§
§parent_instance: GtkWidgetTrait Implementations§
source§impl Clone for PanelWidget
impl Clone for PanelWidget
source§fn clone(&self) -> PanelWidget
fn clone(&self) -> PanelWidget
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