Struct gtk_sys::GtkProgressBar[][src]

#[repr(C)]
pub struct GtkProgressBar { pub parent: GtkWidget, pub priv_: *mut GtkProgressBarPrivate, }

Fields

Trait Implementations

impl Copy for GtkProgressBar
[src]

impl Clone for GtkProgressBar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkProgressBar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkProgressBar

impl !Sync for GtkProgressBar