funty
2.0.0
Is128
Implementations on Foreign Types
i128
u128
Object Safety
Implementors
In crate funty
Trait
funty
::
Is128
Copy item path
source
·
[
−
]
pub trait Is128:
Numeric
{ }
Expand description
Declare that a type is exactly one hundred twenty-eight bits wide.
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Is128
for
i128
source
§
impl
Is128
for
u128
Implementors
§