#[repr(C)]pub struct duckdb_time_struct {
pub hour: i8,
pub min: i8,
pub sec: i8,
pub micros: i32,
}
Fields§
§hour: i8
§min: i8
§sec: i8
§micros: i32
Trait Implementations§
source§impl Clone for duckdb_time_struct
impl Clone for duckdb_time_struct
source§fn clone(&self) -> duckdb_time_struct
fn clone(&self) -> duckdb_time_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