Struct gio_sys::GDtlsClientConnectionInterface[][src]

#[repr(C)]
pub struct GDtlsClientConnectionInterface { pub g_iface: GTypeInterface, }

Fields

Trait Implementations

impl Copy for GDtlsClientConnectionInterface
[src]

impl Clone for GDtlsClientConnectionInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDtlsClientConnectionInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations