#[repr(C)]pub struct GtkDialog {
pub window: GtkWindow,
pub priv_: *mut GtkDialogPrivate,
}
Fields§
§window: GtkWindow
§priv_: *mut GtkDialogPrivate
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