Trait partition_point::PrimitiveInteger [−][src]
pub trait PrimitiveInteger: Copy + Ord + Add<Output = Self> + Sub<Output = Self> + Div<Output = Self> + Debug { const ZERO: Self; const ONE: Self; const MIN_VALUE: Self; const MAX_VALUE: Self; }
Associated Constants
Implementations on Foreign Types
impl PrimitiveInteger for i8[src]
impl PrimitiveInteger for i8[src]impl PrimitiveInteger for i16[src]
impl PrimitiveInteger for i16[src]impl PrimitiveInteger for i32[src]
impl PrimitiveInteger for i32[src]impl PrimitiveInteger for i64[src]
impl PrimitiveInteger for i64[src]impl PrimitiveInteger for i128[src]
impl PrimitiveInteger for i128[src]impl PrimitiveInteger for isize[src]
impl PrimitiveInteger for isize[src]impl PrimitiveInteger for u8[src]
impl PrimitiveInteger for u8[src]impl PrimitiveInteger for u16[src]
impl PrimitiveInteger for u16[src]impl PrimitiveInteger for u32[src]
impl PrimitiveInteger for u32[src]impl PrimitiveInteger for u64[src]
impl PrimitiveInteger for u64[src]impl PrimitiveInteger for u128[src]
impl PrimitiveInteger for u128[src]impl PrimitiveInteger for usize[src]
impl PrimitiveInteger for usize[src]