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