Struct gio_sys::GTcpWrapperConnection [−][src]
#[repr(C)]pub struct GTcpWrapperConnection { pub parent_instance: GTcpConnection, pub priv_: *mut GTcpWrapperConnectionPrivate, }
Fields
parent_instance: GTcpConnection
priv_: *mut GTcpWrapperConnectionPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GTcpWrapperConnection
impl !Send for GTcpWrapperConnection
impl !Sync for GTcpWrapperConnection
impl Unpin for GTcpWrapperConnection
impl UnwindSafe for GTcpWrapperConnection
Blanket Implementations
Mutably borrows from an owned value. Read more