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
i32type. - I64Bitrate
Ext - Extension trait that adds convenience methods to the
i64type. - I128
Bitrate Ext - Extension trait that adds convenience methods to the
i128type. - ISize
Bitrate Ext - Extension trait that adds convenience methods to the
isizetype. - U32Bitrate
Ext - Extension trait that adds convenience methods to the
u32type. - U64Bitrate
Ext - Extension trait that adds convenience methods to the
u64type. - U128
Bitrate Ext - Extension trait that adds convenience methods to the
u128type. - USize
Bitrate Ext - Extension trait that adds convenience methods to the
usizetype.