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