Expand description
Extension traits that add convenience methods for working with bitrates and frequencies.
Macros§
- bitrate
- Macro to add extension traits for integer types.
Structs§
Traits§
- I32Bitrate
Ext - Extension trait that adds convenience methods to the
i32
type. - I64Bitrate
Ext - Extension trait that adds convenience methods to the
i64
type. - I128
Bitrate Ext - Extension trait that adds convenience methods to the
i128
type. - ISize
Bitrate Ext - Extension trait that adds convenience methods to the
isize
type. - U32Bitrate
Ext - Extension trait that adds convenience methods to the
u32
type. - U64Bitrate
Ext - Extension trait that adds convenience methods to the
u64
type. - U128
Bitrate Ext - Extension trait that adds convenience methods to the
u128
type. - USize
Bitrate Ext - Extension trait that adds convenience methods to the
usize
type.