[][src]Trait modtype::UnsignedPrimitive

A trait for primitive unsigned integer types. (i.e. u8, u16, u32, u64, u128, usize)

Implementations on Foreign Types

impl UnsignedPrimitive for u8[src]

impl UnsignedPrimitive for u16[src]

impl UnsignedPrimitive for u32[src]

impl UnsignedPrimitive for u64[src]

impl UnsignedPrimitive for u128[src]

impl UnsignedPrimitive for usize[src]

Loading content...

Implementors

Loading content...