[][src]Trait fixed::sealed::Int

pub trait Int: SealedInt { }

This trait is implemented for all the primitive integer types.

This trait is sealed and cannot be implemented for more types; it is implemented for i8, i16, i32, i64, i128, isize, u8, u16, u32, u64, u128, and usize.

Implementors

impl Int for i8[src]

impl Int for i16[src]

impl Int for i32[src]

impl Int for i64[src]

impl Int for i128[src]

impl Int for isize[src]

impl Int for u8[src]

impl Int for u16[src]

impl Int for u32[src]

impl Int for u64[src]

impl Int for u128[src]

impl Int for usize[src]

Loading content...