#[repr(C)]pub struct DzlProgressButton {
pub parent_instance: GtkButton,
}Fields§
§parent_instance: GtkButtonTrait Implementations§
Source§impl Clone for DzlProgressButton
impl Clone for DzlProgressButton
Source§fn clone(&self) -> DzlProgressButton
fn clone(&self) -> DzlProgressButton
Returns a duplicate 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 DzlProgressButton
impl Debug for DzlProgressButton
impl Copy for DzlProgressButton
Auto Trait Implementations§
impl Freeze for DzlProgressButton
impl RefUnwindSafe for DzlProgressButton
impl !Send for DzlProgressButton
impl !Sync for DzlProgressButton
impl Unpin for DzlProgressButton
impl UnwindSafe for DzlProgressButton
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