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