Searched defs:Month (Results 1 – 4 of 4) sorted by relevance
966 pub enum Month { enum993 impl Month { implementation1000 pub fn succ(&self) -> Month { in succ()1023 pub fn pred(&self) -> Month { in pred()1088 impl num_traits::FromPrimitive for Month { implementation1096 fn from_u64(n: u64) -> Option<Month> { in from_u64()1101 fn from_i64(n: i64) -> Option<Month> { in from_i64()1106 fn from_u32(n: u32) -> Option<Month> { in from_u32()1144 impl ser::Serialize for Month { implementation1170 impl<'de> de::Deserialize<'de> for Month { implementation
98 Month, enumerator914 impl FromStr for Month { implementation
143 uint8_t Month; /*!< Specifies the RTC Date Month (in BCD format). member