[][src]Trait rug::integer::ToSmall

pub trait ToSmall: SealedToSmall { }

Types implementing this trait can be converted to SmallInteger.

Assign<T> for SmallInteger and From<T> for SmallInteger are implemented when T implements ToSmall.

This trait is sealed and cannot be implemented for more types; it is implemented for all the primitive integers.

Implementations on Foreign Types

impl ToSmall for i8[src]

impl ToSmall for i16[src]

impl ToSmall for i32[src]

impl ToSmall for i64[src]

impl ToSmall for i128[src]

impl ToSmall for isize[src]

impl ToSmall for u8[src]

impl ToSmall for u16[src]

impl ToSmall for u32[src]

impl ToSmall for u64[src]

impl ToSmall for u128[src]

impl ToSmall for usize[src]

Loading content...

Implementors

Loading content...