pub type GTlsFileDatabaseInterface = _GTlsFileDatabaseInterface;
Expand description
GTlsFileDatabaseInterface: @g_iface: The parent interface.
Provides an interface for #GTlsFileDatabase implementations.
Aliased Type§
struct GTlsFileDatabaseInterface {
pub g_iface: _GTypeInterface,
pub padding: [*mut c_void; 8],
}
Fields§
§g_iface: _GTypeInterface
§padding: [*mut c_void; 8]
Trait Implementations
Source§impl Clone for _GTlsFileDatabaseInterface
impl Clone for _GTlsFileDatabaseInterface
Source§fn clone(&self) -> _GTlsFileDatabaseInterface
fn clone(&self) -> _GTlsFileDatabaseInterface
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