Struct soup_sys::SoupWebsocketConnection [−][src]
#[repr(C)]pub struct SoupWebsocketConnection {
pub parent: GObject,
pub pv: *mut SoupWebsocketConnectionPrivate,
}Fields
parent: GObjectpv: *mut SoupWebsocketConnectionPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SoupWebsocketConnection
impl !Send for SoupWebsocketConnection
impl !Sync for SoupWebsocketConnection
impl Unpin for SoupWebsocketConnection
impl UnwindSafe for SoupWebsocketConnection
Blanket Implementations
Mutably borrows from an owned value. Read more