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
impl Copy for GtkLevelBar
[src]
impl Copy for GtkLevelBar
impl Clone for GtkLevelBar
[src]
impl Clone for GtkLevelBar
fn clone(&self) -> GtkLevelBar
[src]
fn clone(&self) -> GtkLevelBar
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkLevelBar
[src]
impl Debug for GtkLevelBar
Auto Trait Implementations
impl !Send for GtkLevelBar
impl !Send for GtkLevelBar
impl !Sync for GtkLevelBar
impl !Sync for GtkLevelBar