Struct gio_sys::GTlsCertificate [] [src]

#[repr(C)]
pub struct GTlsCertificate { pub parent_instance: GObject, pub priv_: *mut GTlsCertificatePrivate, }

Fields

Trait Implementations

impl Copy for GTlsCertificate
[src]

impl Clone for GTlsCertificate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GTlsCertificate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations