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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GTlsServerConnectionInterface
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations