Struct soup_sys::SoupWebsocketConnection[][src]

#[repr(C)]
pub struct SoupWebsocketConnection { pub parent: GObject, pub pv: *mut SoupWebsocketConnectionPrivate, }

Fields

Trait Implementations

impl Debug for SoupWebsocketConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations