Searched defs:Mdf (Results 1 – 2 of 2) sorted by relevance
358 pub(super) const fn to_mdf(&self) -> Mdf { in to_mdf()402 pub(super) struct Mdf(u32); struct404 impl Mdf { implementation406 pub(super) const fn new(month: u32, day: u32, YearFlags(flags): YearFlags) -> Option<Mdf> { in new()414 pub(super) const fn from_of(Of(of): Of) -> Mdf { in from_of()427 let Mdf(mdf) = *self; in valid() localVariable440 let Mdf(mdf) = *self; in month() localVariable445 pub(super) const fn with_month(&self, month: u32) -> Option<Mdf> { in with_month()450 let Mdf(mdf) = *self; in with_month() localVariable456 let Mdf(mdf) = *self; in day() localVariable[all …]
1037 const fn mdf(&self) -> Mdf { in mdf()