Struct gio_sys::GTcpConnection [−][src]
#[repr(C)]pub struct GTcpConnection { pub parent_instance: GSocketConnection, pub priv_: *mut GTcpConnectionPrivate, }
Fields
parent_instance: GSocketConnection
priv_: *mut GTcpConnectionPrivate
Trait Implementations
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
Mutably borrows from an owned value. Read more