Struct libduckdb_sys::duckdb_date_struct [−][src]
Fields
year: i32month: i8day: i8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for duckdb_date_struct
impl Send for duckdb_date_struct
impl Sync for duckdb_date_struct
impl Unpin for duckdb_date_struct
impl UnwindSafe for duckdb_date_struct
Blanket Implementations
Mutably borrows from an owned value. Read more