pub type GSocketConnection = _GSocketConnection;
Expand description
GSocketConnection:
A socket connection GIOStream object for connection-oriented sockets.
Since: 2.22
Aliased Type§
struct GSocketConnection {
pub parent_instance: _GIOStream,
pub priv_: *mut _GSocketConnectionPrivate,
}
Fields§
§parent_instance: _GIOStream
§priv_: *mut _GSocketConnectionPrivate
Trait Implementations
Source§impl Clone for _GSocketConnection
impl Clone for _GSocketConnection
Source§fn clone(&self) -> _GSocketConnection
fn clone(&self) -> _GSocketConnection
Returns a copy 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 more