Crate bitrate

Source
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§

Bps
Bits per second
Hertz
Hertz
KiloHertz
KiloHertz
MegaHertz
MegaHertz

Traits§

I32BitrateExt
Extension trait that adds convenience methods to the i32 type.
I64BitrateExt
Extension trait that adds convenience methods to the i64 type.
I128BitrateExt
Extension trait that adds convenience methods to the i128 type.
ISizeBitrateExt
Extension trait that adds convenience methods to the isize type.
U32BitrateExt
Extension trait that adds convenience methods to the u32 type.
U64BitrateExt
Extension trait that adds convenience methods to the u64 type.
U128BitrateExt
Extension trait that adds convenience methods to the u128 type.
USizeBitrateExt
Extension trait that adds convenience methods to the usize type.