[][src]Trait funty::Is32

pub trait Is32: IsNumber { }

Declare that a type is exactly thirty-two bits wide.

Implementations on Foreign Types

impl Is32 for i32[src]

impl Is32 for u32[src]

impl Is32 for f32[src]

Loading content...

Implementors

Loading content...