Struct gtk_sys::GtkScrollbar[][src]

#[repr(C)]
pub struct GtkScrollbar { pub range: GtkRange, }

Fields

Trait Implementations

impl Copy for GtkScrollbar
[src]

impl Clone for GtkScrollbar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkScrollbar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkScrollbar

impl !Sync for GtkScrollbar