Struct gtk_sys::GtkProgressBarAccessible[][src]

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

Fields

Trait Implementations

impl Copy for GtkProgressBarAccessible
[src]

impl Clone for GtkProgressBarAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkProgressBarAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations