#[repr(C)]pub struct _duckdb_database {
pub __db: *mut c_void,
}
Fields§
§__db: *mut c_void
Trait Implementations§
source§impl Clone for _duckdb_database
impl Clone for _duckdb_database
source§fn clone(&self) -> _duckdb_database
fn clone(&self) -> _duckdb_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