[][src]Trait rug::float::ToSmall

pub trait ToSmall: SealedToSmall { }

Types implementing this trait can be converted to SmallFloat.

The following are implemented when T implements ToSmall:

This trait is sealed and cannot be implemented for more types; it is implemented for the integer types i8, i16, i32, i64, i128, isize, u8, u16, u32, u64, u128 and usize, and for the floating-point types f32 and f64.

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]

impl ToSmall for f32[src]

impl ToSmall for f64[src]

Loading content...

Implementors

impl ToSmall for Special[src]

Loading content...