Struct gtk4_sys::GtkAboutDialog
source · #[repr(C)]pub struct GtkAboutDialog { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkAboutDialog
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