Struct mysqlclient_sys::st_mysql_time
source · #[repr(C)]pub struct st_mysql_time {
pub year: c_uint,
pub month: c_uint,
pub day: c_uint,
pub hour: c_uint,
pub minute: c_uint,
pub second: c_uint,
pub second_part: c_ulong,
pub neg: my_bool,
pub time_type: enum_mysql_timestamp_type,
}
Fields§
§year: c_uint
§month: c_uint
§day: c_uint
§hour: c_uint
§minute: c_uint
§second: c_uint
§second_part: c_ulong
< microseconds
neg: my_bool
§time_type: enum_mysql_timestamp_type