Struct gtk_sys::GtkRange [−][src]
#[repr(C)]pub struct GtkRange { pub widget: GtkWidget, pub priv_: *mut GtkRangePrivate, }
Fields
widget: GtkWidgetpriv_: *mut GtkRangePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRangeimpl UnwindSafe for GtkRangeBlanket Implementations
Mutably borrows from an owned value. Read more