Struct libduckdb_sys_queryscript::duckdb_string
source · #[repr(C)]pub struct duckdb_string {
pub data: *mut c_char,
pub size: idx_t,
}
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