U32Ext

Trait U32Ext 

Source
pub trait U32Ext {
    // Required methods
    fn bps(self) -> Bps;
    fn day(self) -> MonthDay;
    fn month(self) -> Month;
    fn year(self) -> Year;
}

Required Methods§

Source

fn bps(self) -> Bps

Wrap in Bps

Source

fn day(self) -> MonthDay

Day in month

Source

fn month(self) -> Month

Month

Source

fn year(self) -> Year

Year

Implementations on Foreign Types§

Source§

impl U32Ext for u32

Source§

fn bps(self) -> Bps

Source§

fn day(self) -> MonthDay

Source§

fn month(self) -> Month

Source§

fn year(self) -> Year

Implementors§