Struct libduckdb_sys_queryscript::duckdb_time
source · #[repr(C)]pub struct duckdb_time {
pub micros: i64,
}
Expand description
! Time is stored as microseconds since 00:00:00 ! Use the duckdb_from_time/duckdb_to_time function to extract individual information
Fields§
§micros: i64
Trait Implementations§
source§impl Clone for duckdb_time
impl Clone for duckdb_time
source§fn clone(&self) -> duckdb_time
fn clone(&self) -> duckdb_time
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