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