pub type SqlDate = SQL_DATE_STRUCT;Aliased Type§
#[repr(C)]pub struct SqlDate {
pub year: i16,
pub month: u16,
pub day: u16,
}Fields§
§year: i16§month: u16§day: u16pub type SqlDate = SQL_DATE_STRUCT;#[repr(C)]pub struct SqlDate {
pub year: i16,
pub month: u16,
pub day: u16,
}year: i16§month: u16§day: u16