Trait funty::AtLeast32

source ·
pub trait AtLeast32: Numeric { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AtLeast32 for f32

source§

impl AtLeast32 for f64

source§

impl AtLeast32 for i32

source§

impl AtLeast32 for i64

source§

impl AtLeast32 for i128

source§

impl AtLeast32 for isize

source§

impl AtLeast32 for u32

source§

impl AtLeast32 for u64

source§

impl AtLeast32 for u128

source§

impl AtLeast32 for usize

Implementors§