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