[go: up one dir, main page]

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

pub trait Int: Copy { }
Deprecated since 0.4.2:

do not use

This trait is implemented for all the primitive integer types.

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...