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