#[repr(u32)]pub enum GSocketClientEvent {
G_SOCKET_CLIENT_RESOLVING = 0,
G_SOCKET_CLIENT_RESOLVED = 1,
G_SOCKET_CLIENT_CONNECTING = 2,
G_SOCKET_CLIENT_CONNECTED = 3,
G_SOCKET_CLIENT_PROXY_NEGOTIATING = 4,
G_SOCKET_CLIENT_PROXY_NEGOTIATED = 5,
G_SOCKET_CLIENT_TLS_HANDSHAKING = 6,
G_SOCKET_CLIENT_TLS_HANDSHAKED = 7,
G_SOCKET_CLIENT_COMPLETE = 8,
}Variants§
G_SOCKET_CLIENT_RESOLVING = 0
G_SOCKET_CLIENT_RESOLVED = 1
G_SOCKET_CLIENT_CONNECTING = 2
G_SOCKET_CLIENT_CONNECTED = 3
G_SOCKET_CLIENT_PROXY_NEGOTIATING = 4
G_SOCKET_CLIENT_PROXY_NEGOTIATED = 5
G_SOCKET_CLIENT_TLS_HANDSHAKING = 6
G_SOCKET_CLIENT_TLS_HANDSHAKED = 7
G_SOCKET_CLIENT_COMPLETE = 8
Trait Implementations§
Source§impl Clone for GSocketClientEvent
impl Clone for GSocketClientEvent
Source§fn clone(&self) -> GSocketClientEvent
fn clone(&self) -> GSocketClientEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GSocketClientEvent
impl Debug for GSocketClientEvent
Source§impl Hash for GSocketClientEvent
impl Hash for GSocketClientEvent
Source§impl PartialEq for GSocketClientEvent
impl PartialEq for GSocketClientEvent
impl Copy for GSocketClientEvent
impl Eq for GSocketClientEvent
impl StructuralPartialEq for GSocketClientEvent
Auto Trait Implementations§
impl Freeze for GSocketClientEvent
impl RefUnwindSafe for GSocketClientEvent
impl Send for GSocketClientEvent
impl Sync for GSocketClientEvent
impl Unpin for GSocketClientEvent
impl UnwindSafe for GSocketClientEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more