Struct gtk_sys::GtkPlug [−][src]
#[repr(C)]pub struct GtkPlug { pub window: GtkWindow, pub priv_: *mut GtkPlugPrivate, }
Fields
window: GtkWindow
priv_: *mut GtkPlugPrivate
Trait Implementations
impl Copy for GtkPlug
[src]
impl Copy for GtkPlug
impl Clone for GtkPlug
[src]
impl Clone for GtkPlug
fn clone(&self) -> GtkPlug
[src]
fn clone(&self) -> GtkPlug
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkPlug
[src]
impl Debug for GtkPlug