Trait funty::Is32[][src]

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]

impl Is32 for isize[src]

impl Is32 for usize[src]

Loading content...

Implementors

Loading content...