[][src]Trait funty::AtMost32

pub trait AtMost32: IsNumber { }

Declare that a type is thirty-two or fewer bits wide.

Implementations on Foreign Types

impl AtMost32 for i8[src]

impl AtMost32 for i16[src]

impl AtMost32 for i32[src]

impl AtMost32 for u8[src]

impl AtMost32 for u16[src]

impl AtMost32 for u32[src]

impl AtMost32 for f32[src]

Loading content...

Implementors

Loading content...