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