pub type GSocketService = _GSocketService;
Expand description
GSocketService:
A helper class for handling accepting incoming connections in the glib mainloop.
Since: 2.22
Aliased Type§
struct GSocketService {
pub parent_instance: _GSocketListener,
pub priv_: *mut _GSocketServicePrivate,
}
Fields§
§parent_instance: _GSocketListener
§priv_: *mut _GSocketServicePrivate
Trait Implementations
Source§impl Clone for _GSocketService
impl Clone for _GSocketService
Source§fn clone(&self) -> _GSocketService
fn clone(&self) -> _GSocketService
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