[][src]Trait funty::AtMost128

pub trait AtMost128: IsNumber { }

Declare that a type is one hundred twenty-eight or fewer bits wide.

Implementations on Foreign Types

impl AtMost128 for i8[src]

impl AtMost128 for i16[src]

impl AtMost128 for i32[src]

impl AtMost128 for i64[src]

impl AtMost128 for i128[src]

impl AtMost128 for isize[src]

impl AtMost128 for u8[src]

impl AtMost128 for u16[src]

impl AtMost128 for u32[src]

impl AtMost128 for u64[src]

impl AtMost128 for u128[src]

impl AtMost128 for usize[src]

impl AtMost128 for f32[src]

impl AtMost128 for f64[src]

Loading content...

Implementors

Loading content...