Struct gtk_sys::GtkScale [] [src]

#[repr(C)]
pub struct GtkScale { pub range: GtkRange, pub priv_: *mut GtkScalePrivate, }

Fields

Trait Implementations

impl Copy for GtkScale
[src]

impl Clone for GtkScale
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkScale
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkScale

impl !Sync for GtkScale