#[repr(C)]pub struct GtkDialog {
pub parent_instance: GtkWindow,
}
Fields§
§parent_instance: GtkWindow
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GtkDialog
impl !Send for GtkDialog
impl !Sync for GtkDialog
impl Unpin for GtkDialog
impl UnwindSafe for GtkDialog
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