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§
source§impl Clone for GtkLevelBar
impl Clone for GtkLevelBar
source§fn clone(&self) -> GtkLevelBar
fn clone(&self) -> GtkLevelBar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more