Struct frida_sys::_GSocketConnection
source · #[repr(C)]pub struct _GSocketConnection {
pub parent_instance: GIOStream,
pub priv_: *mut GSocketConnectionPrivate,
}Fields§
§parent_instance: GIOStream§priv_: *mut GSocketConnectionPrivateTrait 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