pub type GTlsDatabase = _GTlsDatabase;
Aliased Type§
struct GTlsDatabase {
pub parent_instance: _GObject,
pub priv_: *mut _GTlsDatabasePrivate,
}
Fields§
§parent_instance: _GObject
§priv_: *mut _GTlsDatabasePrivate
Trait Implementations
Source§impl Clone for _GTlsDatabase
impl Clone for _GTlsDatabase
Source§fn clone(&self) -> _GTlsDatabase
fn clone(&self) -> _GTlsDatabase
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