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