Lines Matching defs:Mdf
342 pub fn to_mdf(&self) -> Mdf { in to_mdf()
378 pub struct Mdf(pub u32); struct
380 impl Mdf { implementation
400 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() localVariable
427 let Mdf(mdf) = *self; in month() localVariable
432 pub fn with_month(&self, month: u32) -> Mdf { in with_month()
434 let Mdf(mdf) = *self; in with_month() localVariable
440 let Mdf(mdf) = *self; in day() localVariable
445 pub fn with_day(&self, day: u32) -> Mdf { in with_day()
447 let Mdf(mdf) = *self; in with_day() localVariable
453 let Mdf(mdf) = *self; in flags() localVariable
458 pub fn with_flags(&self, YearFlags(flags): YearFlags) -> Mdf { in with_flags()
459 let Mdf(mdf) = *self; in with_flags() localVariable
469 impl fmt::Debug for Mdf { implementation
471 let Mdf(mdf) = *self; in fmt() localVariable