Type Alias fdb_sys::FDBDatabase
source · pub type FDBDatabase = FDB_database;
Aliased Type§
struct FDBDatabase { /* private fields */ }
Trait Implementations§
source§impl Clone for FDB_database
impl Clone for FDB_database
source§fn clone(&self) -> FDB_database
fn clone(&self) -> FDB_database
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