Struct gtk_sys::GtkLevelBar
source · [−]#[repr(C)]pub struct GtkLevelBar {
pub parent: GtkWidget,
pub priv_: *mut GtkLevelBarPrivate,
}
Fields
parent: GtkWidget
priv_: *mut GtkLevelBarPrivate
Trait Implementations
sourceimpl Clone for GtkLevelBar
impl Clone for GtkLevelBar
sourcefn clone(&self) -> GtkLevelBar
fn clone(&self) -> GtkLevelBar
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkLevelBar
impl Debug for GtkLevelBar
impl Copy for GtkLevelBar
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more