Struct gio_sys::GTlsClientConnectionInterface[][src]

#[repr(C)]
pub struct GTlsClientConnectionInterface { pub g_iface: GTypeInterface, pub copy_session_state: Option<unsafe extern "C" fn(_: *mut GTlsClientConnection, _: *mut GTlsClientConnection)>, }

Fields

Trait Implementations

impl Copy for GTlsClientConnectionInterface
[src]

impl Clone for GTlsClientConnectionInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTlsClientConnectionInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GTlsClientConnectionInterface

impl Sync for GTlsClientConnectionInterface