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
sourceimpl Clone for GtkAboutDialog
impl Clone for GtkAboutDialog
sourcefn clone(&self) -> GtkAboutDialog
fn clone(&self) -> GtkAboutDialog
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more