Searched defs:Mdf (Results 1 – 2 of 2) sorted by relevance
342 pub fn to_mdf(&self) -> Mdf { in to_mdf()378 pub struct Mdf(pub u32); struct380 impl Mdf { implementation400 pub fn new(month: u32, day: u32, YearFlags(flags): YearFlags) -> Mdf { in new()407 pub fn from_of(Of(of): Of) -> Mdf { in from_of()417 let Mdf(mdf) = *self; in valid() localVariable427 let Mdf(mdf) = *self; in month() localVariable432 pub fn with_month(&self, month: u32) -> Mdf { in with_month()434 let Mdf(mdf) = *self; in with_month() localVariable440 let Mdf(mdf) = *self; in day() localVariable[all …]
765 fn mdf(&self) -> Mdf { in mdf()