Struct gtk_sys::GtkRange[][src]

#[repr(C)]
pub struct GtkRange { pub widget: GtkWidget, pub priv_: *mut GtkRangePrivate, }

Fields

Trait Implementations

impl Copy for GtkRange
[src]

impl Clone for GtkRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRange

impl !Sync for GtkRange