Struct gio_sys::GTcpConnection
source · [−]#[repr(C)]pub struct GTcpConnection {
pub parent_instance: GSocketConnection,
pub priv_: *mut GTcpConnectionPrivate,
}
Fields
parent_instance: GSocketConnection
priv_: *mut GTcpConnectionPrivate
Trait 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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