Trait funty::Is16

source ·
pub trait Is16: Numeric { }
Expand description

Declare that a type is exactly sixteen bits wide.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Is16 for i16

source§

impl Is16 for u16

Implementors§