Struct soup_sys::SoupWebsocketConnection[][src]

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

Fields

Trait Implementations

impl Copy for SoupWebsocketConnection
[src]

impl Clone for SoupWebsocketConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupWebsocketConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations