Struct frida_sys::_GTcpConnection
source · #[repr(C)]pub struct _GTcpConnection {
pub parent_instance: GSocketConnection,
pub priv_: *mut GTcpConnectionPrivate,
}Fields§
§parent_instance: GSocketConnection§priv_: *mut GTcpConnectionPrivateTrait Implementations§
source§impl Clone for _GTcpConnection
impl Clone for _GTcpConnection
source§fn clone(&self) -> _GTcpConnection
fn clone(&self) -> _GTcpConnection
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