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