SQL_DATE_STRUCT

Type Alias SQL_DATE_STRUCT 

Source
pub type SQL_DATE_STRUCT = DATE_STRUCT;

Aliased Type§

#[repr(C)]
pub struct SQL_DATE_STRUCT { pub year: i16, pub month: u16, pub day: u16, }

Fields§

§year: i16§month: u16§day: u16