☰
ToUint
Required Associated Types
Uint
Required Methods
to_uint
Implementations on Foreign Types
f32
f64
Implementors
In qitoy_utils_float2uint
?
Trait
qitoy_utils_float2uint
::
ToUint
source
·
[
−
]
pub trait ToUint { type
Uint
; // Required method fn
to_uint
(self) -> Self::
Uint
; }
Required Associated Types
§
source
type
Uint
Required Methods
§
source
fn
to_uint
(self) -> Self::
Uint
Implementations on Foreign Types
§
source
§
impl
ToUint
for
f32
§
type
Uint
=
u32
source
§
fn
to_uint
(self) -> Self::
Uint
source
§
impl
ToUint
for
f64
§
type
Uint
=
u64
source
§
fn
to_uint
(self) -> Self::
Uint
Implementors
§