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