#[repr(C)]pub struct duckdb_list_entry {
pub offset: u64,
pub length: u64,
}
Fields§
§offset: u64
§length: u64
Trait Implementations§
source§impl Clone for duckdb_list_entry
impl Clone for duckdb_list_entry
source§fn clone(&self) -> duckdb_list_entry
fn clone(&self) -> duckdb_list_entry
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