Trait tune::math::U32Denom[][src]

pub trait U32Denom: Copy + Into<i64> + TryFrom<i64> { }

Marks unsigned integer types that can be safely used in 32-bit integer divisions.

Implementations on Foreign Types

impl U32Denom for u8[src]

impl U32Denom for u16[src]

impl U32Denom for u32[src]

Loading content...

Implementors

Loading content...