#[repr(C)]pub struct DzlBoldingLabelClass {
pub parent_class: GtkLabelClass,
}Fields§
§parent_class: GtkLabelClassTrait Implementations§
Source§impl Clone for DzlBoldingLabelClass
impl Clone for DzlBoldingLabelClass
Source§fn clone(&self) -> DzlBoldingLabelClass
fn clone(&self) -> DzlBoldingLabelClass
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 DzlBoldingLabelClass
impl Debug for DzlBoldingLabelClass
impl Copy for DzlBoldingLabelClass
Auto Trait Implementations§
impl Freeze for DzlBoldingLabelClass
impl RefUnwindSafe for DzlBoldingLabelClass
impl !Send for DzlBoldingLabelClass
impl !Sync for DzlBoldingLabelClass
impl Unpin for DzlBoldingLabelClass
impl UnwindSafe for DzlBoldingLabelClass
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