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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for st_mysql_time
impl Send for st_mysql_time
impl Sync for st_mysql_time
impl Unpin for st_mysql_time
impl UnwindSafe for st_mysql_time
Blanket Implementations
Mutably borrows from an owned value. Read more