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