Struct libhelium_sys::HeProgressBar
source · #[repr(C)]pub struct HeProgressBar {
pub parent_instance: HeBin,
pub priv_: *mut HeProgressBarPrivate,
pub progressbar: *mut GtkProgressBar,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeProgressBarPrivate
§progressbar: *mut GtkProgressBar
Trait Implementations§
source§impl Clone for HeProgressBar
impl Clone for HeProgressBar
source§fn clone(&self) -> HeProgressBar
fn clone(&self) -> HeProgressBar
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 HeProgressBar
impl Debug for HeProgressBar
impl Copy for HeProgressBar
Auto Trait Implementations§
impl Freeze for HeProgressBar
impl RefUnwindSafe for HeProgressBar
impl !Send for HeProgressBar
impl !Sync for HeProgressBar
impl Unpin for HeProgressBar
impl UnwindSafe for HeProgressBar
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