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