Struct gio_sys::GTlsServerConnectionInterface[][src]

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

Fields

Trait Implementations

impl Copy for GTlsServerConnectionInterface
[src]

impl Clone for GTlsServerConnectionInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTlsServerConnectionInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations