Struct gio_sys::GTlsCertificate
source · #[repr(C)]pub struct GTlsCertificate {
pub parent_instance: GObject,
pub priv_: *mut GTlsCertificatePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GTlsCertificatePrivate
Trait Implementations§
source§impl Clone for GTlsCertificate
impl Clone for GTlsCertificate
source§fn clone(&self) -> GTlsCertificate
fn clone(&self) -> GTlsCertificate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more