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
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
Trait Implementations
impl Debug for st_mysql_time
[src]
impl Debug for st_mysql_time
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for st_mysql_time
[src]
impl Copy for st_mysql_time
impl Clone for st_mysql_time
[src]
impl Clone for st_mysql_time
Auto Trait Implementations
impl Send for st_mysql_time
impl Send for st_mysql_time
impl Sync for st_mysql_time
impl Sync for st_mysql_time