Struct libduckdb_sys::duckdb_string
source · Fields§
§data: *mut c_char
§size: idx_t
Trait Implementations§
source§impl Clone for duckdb_string
impl Clone for duckdb_string
source§fn clone(&self) -> duckdb_string
fn clone(&self) -> duckdb_string
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