core::intrinsics::i16_mul_with_overflow[src]
pub unsafe fn i16_mul_with_overflow(x: i16, y: i16) -> (i16, bool)
Performs checked i16 multiplication.
pub unsafe fn i16_mul_with_overflow(x: i16, y: i16) -> (i16, bool)
Performs checked i16 multiplication.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).