Struct gtk_sys::GtkPlug[][src]

#[repr(C)]
pub struct GtkPlug { pub window: GtkWindow, pub priv_: *mut GtkPlugPrivate, }

Fields

Trait Implementations

impl Copy for GtkPlug
[src]

impl Clone for GtkPlug
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkPlug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkPlug

impl !Sync for GtkPlug