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