Struct gtk_sys::GtkSocket [] [src]

#[repr(C)]
pub struct GtkSocket { pub container: GtkContainer, pub priv_: *mut GtkSocketPrivate, }

Fields

Trait Implementations

impl Copy for GtkSocket
[src]

impl Clone for GtkSocket
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkSocket
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkSocket

impl !Sync for GtkSocket