#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdwShortcutsDialogClass
Auto Trait Implementations§
impl !Send for AdwShortcutsDialogClass
impl !Sync for AdwShortcutsDialogClass
impl Freeze for AdwShortcutsDialogClass
impl RefUnwindSafe for AdwShortcutsDialogClass
impl Unpin for AdwShortcutsDialogClass
impl UnsafeUnpin 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