Struct gtk_sys::GtkScrollbar [−][src]
#[repr(C)]pub struct GtkScrollbar { pub range: GtkRange, }
Fields
range: GtkRange
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkScrollbar
impl !Send for GtkScrollbar
impl !Sync for GtkScrollbar
impl Unpin for GtkScrollbar
impl UnwindSafe for GtkScrollbar
Blanket Implementations
Mutably borrows from an owned value. Read more