Struct windows_sys::Win32::System::Search::SQL_YEAR_MONTH_STRUCT
#[repr(C)]pub struct SQL_YEAR_MONTH_STRUCT {
pub year: u32,
pub month: u32,
}Expand description
Required features: "Win32_System_Search"
Fields§
§year: u32§month: u32