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