U32Ext

Trait U32Ext 

Source
pub trait U32Ext {
    // Required method
    fn bps(self) -> Bps;
}
Expand description

Extension trait that adds convenience methods to the u32 type

Required Methods§

Source

fn bps(self) -> Bps

Wrap in Bps

Implementations on Foreign Types§

Source§

impl U32Ext for u32

Source§

fn bps(self) -> Bps

Implementors§