#[repr(C)]pub struct AdwPreferencesDialog {
pub parent_instance: AdwDialog,
}Fields§
§parent_instance: AdwDialogTrait Implementations§
Source§impl Clone for AdwPreferencesDialog
impl Clone for AdwPreferencesDialog
Source§fn clone(&self) -> AdwPreferencesDialog
fn clone(&self) -> AdwPreferencesDialog
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 AdwPreferencesDialog
Auto Trait Implementations§
impl !Send for AdwPreferencesDialog
impl !Sync for AdwPreferencesDialog
impl Freeze for AdwPreferencesDialog
impl RefUnwindSafe for AdwPreferencesDialog
impl Unpin for AdwPreferencesDialog
impl UnsafeUnpin for AdwPreferencesDialog
impl UnwindSafe for AdwPreferencesDialog
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