Trait U32Ext

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

Extension trait that adds convenience methods to the u32 type

Required Methods§

Source

fn bps(self) -> BitsPerSecond

Wrap in Bps

Implementations on Foreign Types§

Source§

impl U32Ext for u32

Implementors§