☰
Mul
Provided Methods
mul
Implementations on Foreign Types
i128
u64
Implementors
In compiler_builtins::int::mul
?
Trait
compiler_builtins
::
int
::
mul
::
Mul
source
·
[
−
]
trait Mul:
DInt
where Self::
H
:
DInt
,
{ // Provided method fn
mul
(self, rhs: Self) -> Self { ... } }
Provided Methods
§
source
fn
mul
(self, rhs: Self) -> Self
Implementations on Foreign Types
§
source
§
impl
Mul
for
i128
source
§
impl
Mul
for
u64
Implementors
§