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