funty
2.0.0
Is16
Implementations on Foreign Types
i16
u16
Object Safety
Implementors
In crate funty
Trait
funty
::
Is16
Copy item path
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
§