Struct gtk_sys::GtkRangeAccessible[][src]

#[repr(C)]
pub struct GtkRangeAccessible { pub parent: GtkWidgetAccessible, pub priv_: *mut GtkRangeAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkRangeAccessible
[src]

impl Clone for GtkRangeAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRangeAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations