Struct gtk_sys::GtkVScrollbarClass[][src]

#[repr(C)]
pub struct GtkVScrollbarClass { pub parent_class: GtkScrollbarClass, }

Fields

Trait Implementations

impl Copy for GtkVScrollbarClass
[src]

impl Clone for GtkVScrollbarClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkVScrollbarClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations