#[repr(C)]pub struct duckdb_timestamp_struct {
pub date: duckdb_date_struct,
pub time: duckdb_time_struct,
}
Fields§
§date: duckdb_date_struct
§time: duckdb_time_struct
Trait Implementations§
source§impl Clone for duckdb_timestamp_struct
impl Clone for duckdb_timestamp_struct
source§fn clone(&self) -> duckdb_timestamp_struct
fn clone(&self) -> duckdb_timestamp_struct
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