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