Struct gtk_sys::GtkScrollbar
source · #[repr(C)]pub struct GtkScrollbar {
pub range: GtkRange,
}Fields§
§range: GtkRangeTrait Implementations§
source§impl Clone for GtkScrollbar
impl Clone for GtkScrollbar
source§fn clone(&self) -> GtkScrollbar
fn clone(&self) -> GtkScrollbar
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