Struct gtk_sys::GtkProgressBar [−][src]
#[repr(C)]pub struct GtkProgressBar { pub parent: GtkWidget, pub priv_: *mut GtkProgressBarPrivate, }
Fields
parent: GtkWidgetpriv_: *mut GtkProgressBarPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkProgressBarimpl !Send for GtkProgressBarimpl !Sync for GtkProgressBarimpl Unpin for GtkProgressBarimpl UnwindSafe for GtkProgressBarBlanket Implementations
Mutably borrows from an owned value. Read more