Trait lindel::nalgebra_points::IdealKey[][src]

pub trait IdealKey<N> {
    type Key;
}

Given a data type and a type-number, it yields the smallest unsigned integer that’s at least N times larger.

Implemented by brute force.

Associated Types

Loading content...

Implementations on Foreign Types

impl IdealKey<U1> for u8[src]

type Key = u8

impl IdealKey<U2> for u8[src]

type Key = u16

impl IdealKey<U3> for u8[src]

type Key = u32

impl IdealKey<U4> for u8[src]

type Key = u32

impl IdealKey<U5> for u8[src]

type Key = u64

impl IdealKey<U6> for u8[src]

type Key = u64

impl IdealKey<U7> for u8[src]

type Key = u64

impl IdealKey<U8> for u8[src]

type Key = u64

impl IdealKey<U9> for u8[src]

type Key = u128

impl IdealKey<U10> for u8[src]

type Key = u128

impl IdealKey<U11> for u8[src]

type Key = u128

impl IdealKey<U12> for u8[src]

type Key = u128

impl IdealKey<U13> for u8[src]

type Key = u128

impl IdealKey<U14> for u8[src]

type Key = u128

impl IdealKey<U15> for u8[src]

type Key = u128

impl IdealKey<U16> for u8[src]

type Key = u128

impl IdealKey<U1> for u16[src]

type Key = u16

impl IdealKey<U2> for u16[src]

type Key = u32

impl IdealKey<U3> for u16[src]

type Key = u64

impl IdealKey<U4> for u16[src]

type Key = u64

impl IdealKey<U5> for u16[src]

type Key = u128

impl IdealKey<U6> for u16[src]

type Key = u128

impl IdealKey<U7> for u16[src]

type Key = u128

impl IdealKey<U8> for u16[src]

type Key = u128

impl IdealKey<U1> for u32[src]

type Key = u32

impl IdealKey<U2> for u32[src]

type Key = u64

impl IdealKey<U3> for u32[src]

type Key = u128

impl IdealKey<U4> for u32[src]

type Key = u128

impl IdealKey<U1> for u64[src]

type Key = u64

impl IdealKey<U2> for u64[src]

type Key = u128

impl IdealKey<U1> for u128[src]

type Key = u128

Loading content...

Implementors

Loading content...