☰
Trait Is64
Implementations on Foreign Types
f64
i64
isize
u64
usize
Implementors
Other items in
funty
All crates
?
Trait
funty
::
Is64
[
−
]
[src]
pub trait Is64:
IsNumber
{ }
Expand description
Declare that a type is exactly sixty-four bits wide.
Implementations on Foreign Types
[src]
impl
Is64
for
i64
[src]
impl
Is64
for
u64
[src]
impl
Is64
for
f64
[src]
impl
Is64
for
isize
[src]
impl
Is64
for
usize
Implementors