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_uintmonth: c_uintday: c_uinthour: c_uintminute: c_uintsecond: c_uintsecond_part: c_ulong< microseconds
neg: my_booltime_type: enum_mysql_timestamp_typeTrait 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