Crate bitrate[][src]

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

I128BitrateExt

Extension trait that adds convenience methods to the i128 type.

I32BitrateExt

Extension trait that adds convenience methods to the i32 type.

I64BitrateExt

Extension trait that adds convenience methods to the i64 type.

ISizeBitrateExt

Extension trait that adds convenience methods to the isize type.

U128BitrateExt

Extension trait that adds convenience methods to the u128 type.

U32BitrateExt

Extension trait that adds convenience methods to the u32 type.

U64BitrateExt

Extension trait that adds convenience methods to the u64 type.

USizeBitrateExt

Extension trait that adds convenience methods to the usize type.