Enum gio_sys::GSocketClientEvent
[−]
[src]
#[repr(C)]pub enum GSocketClientEvent { Resolving, Resolved, Connecting, Connected, ProxyNegotiating, ProxyNegotiated, TlsHandshaking, TlsHandshaked, Complete, }
Variants
Resolving
Resolved
Connecting
Connected
ProxyNegotiating
ProxyNegotiated
TlsHandshaking
TlsHandshaked
Complete
Trait Implementations
impl Clone for GSocketClientEvent
[src]
fn clone(&self) -> GSocketClientEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more