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
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GSocketClientEvent
[src]
impl Debug for GSocketClientEvent
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more