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