Struct libduckdb_sys::duckdb_timestamp [−][src]
#[repr(C)]pub struct duckdb_timestamp { pub date: duckdb_date, pub time: duckdb_time, }
Fields
date: duckdb_datetime: duckdb_timeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for duckdb_timestampimpl Send for duckdb_timestampimpl Sync for duckdb_timestampimpl Unpin for duckdb_timestampimpl UnwindSafe for duckdb_timestampBlanket Implementations
Mutably borrows from an owned value. Read more