#[repr(C)]pub struct duckdb_date_struct {
pub year: i32,
pub month: i8,
pub day: i8,
}
Fields§
§year: i32
§month: i8
§day: i8
Trait Implementations§
source§impl Clone for duckdb_date_struct
impl Clone for duckdb_date_struct
source§fn clone(&self) -> duckdb_date_struct
fn clone(&self) -> duckdb_date_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