#[repr(C)]pub struct GtkPlug {
pub window: GtkWindow,
pub priv_: *mut GtkPlugPrivate,
}
Fields
window: GtkWindow
priv_: *mut GtkPlugPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkPlug
impl UnwindSafe for GtkPlug
Blanket Implementations
Mutably borrows from an owned value. Read more