Struct gtk_sys::GtkSocket [−][src]
#[repr(C)]pub struct GtkSocket { pub container: GtkContainer, pub priv_: *mut GtkSocketPrivate, }
Fields
container: GtkContainer
priv_: *mut GtkSocketPrivate
Trait Implementations
impl Copy for GtkSocket[src]
impl Copy for GtkSocketimpl Clone for GtkSocket[src]
impl Clone for GtkSocketfn clone(&self) -> GtkSocket[src]
fn clone(&self) -> GtkSocketReturns 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 GtkSocket[src]
impl Debug for GtkSocket