Struct gio_sys::GTlsConnection[][src]

#[repr(C)]
pub struct GTlsConnection { pub parent_instance: GIOStream, pub priv_: *mut GTlsConnectionPrivate, }

Fields

Trait Implementations

impl Copy for GTlsConnection
[src]

impl Clone for GTlsConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTlsConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations