U32Ext

Trait U32Ext 

Source
pub trait U32Ext {
    // Required methods
    fn day(self) -> Day;
    fn date(self) -> DateInMonth;
    fn month(self) -> Month;
    fn year(self) -> Year;
}
Expand description

Extension trait that adds convenience methods to the u32 type

Required Methods§

Source

fn day(self) -> Day

Source

fn date(self) -> DateInMonth

Seconds

Source

fn month(self) -> Month

Month

Source

fn year(self) -> Year

Year

Implementations on Foreign Types§

Source§

impl U32Ext for u32

Source§

fn day(self) -> Day

Source§

fn date(self) -> DateInMonth

Source§

fn month(self) -> Month

Source§

fn year(self) -> Year

Implementors§