Struct frida_sys::_GTcpConnection
source · [−]#[repr(C)]pub struct _GTcpConnection {
pub parent_instance: GSocketConnection,
pub priv_: *mut GTcpConnectionPrivate,
}Fields
parent_instance: GSocketConnectionpriv_: *mut GTcpConnectionPrivateTrait Implementations
sourceimpl Clone for _GTcpConnection
impl Clone for _GTcpConnection
sourcefn clone(&self) -> _GTcpConnection
fn clone(&self) -> _GTcpConnection
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _GTcpConnection
impl Debug for _GTcpConnection
impl Copy for _GTcpConnection
Auto Trait Implementations
impl RefUnwindSafe for _GTcpConnection
impl !Send for _GTcpConnection
impl !Sync for _GTcpConnection
impl Unpin for _GTcpConnection
impl UnwindSafe for _GTcpConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more