Struct gtk_sys::GtkAboutDialog
source · #[repr(C)]pub struct GtkAboutDialog {
pub parent_instance: GtkDialog,
pub priv_: *mut GtkAboutDialogPrivate,
}
Fields§
§parent_instance: GtkDialog
§priv_: *mut GtkAboutDialogPrivate
Trait Implementations§
source§impl Clone for GtkAboutDialog
impl Clone for GtkAboutDialog
source§fn clone(&self) -> GtkAboutDialog
fn clone(&self) -> GtkAboutDialog
Returns a copy 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 GtkAboutDialog
impl Debug for GtkAboutDialog
impl Copy for GtkAboutDialog
Auto Trait Implementations§
impl RefUnwindSafe for GtkAboutDialog
impl !Send for GtkAboutDialog
impl !Sync for GtkAboutDialog
impl Unpin 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