struct MonthAndDay [src]

Fields

month: Month
day_index: u5

Source

pub const MonthAndDay = struct { month: Month, day_index: u5, // days into the month (0 to 30) }