#[repr(C)]pub struct GtkSocket {
pub container: GtkContainer,
pub priv_: *mut GtkSocketPrivate,
}
Fields
container: GtkContainer
priv_: *mut GtkSocketPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSocket
impl UnwindSafe for GtkSocket
Blanket Implementations
Mutably borrows from an owned value. Read more