[][src]Trait modtype::SignedPrimitive

A trait for primitive signed integer types. (i.e. i8, i16, i32, i64, i128, isize)

Implementations on Foreign Types

impl SignedPrimitive for i8[src]

impl SignedPrimitive for i16[src]

impl SignedPrimitive for i32[src]

impl SignedPrimitive for i64[src]

impl SignedPrimitive for i128[src]

impl SignedPrimitive for isize[src]

Loading content...

Implementors

Loading content...