Struct mysqlclient_sys::st_mysql_time [] [src]

#[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

< microseconds

Trait Implementations

impl Debug for st_mysql_time
[src]

Formats the value using the given formatter.

impl Copy for st_mysql_time
[src]

impl Clone for st_mysql_time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more