#[repr(C)]pub struct GtkLevelBar {
pub parent: GtkWidget,
pub priv_: *mut GtkLevelBarPrivate,
}Fields§
§parent: GtkWidget§priv_: *mut GtkLevelBarPrivateTrait Implementations§
Source§impl Clone for GtkLevelBar
impl Clone for GtkLevelBar
Source§fn clone(&self) -> GtkLevelBar
fn clone(&self) -> GtkLevelBar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkLevelBar
Auto Trait Implementations§
impl !Send for GtkLevelBar
impl !Sync for GtkLevelBar
impl Freeze for GtkLevelBar
impl RefUnwindSafe for GtkLevelBar
impl Unpin for GtkLevelBar
impl UnsafeUnpin 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