You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/num_complex/struct.Complex.html

838 lines
851 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Complex` struct in crate `num_complex`."><meta name="keywords" content="rust, rustlang, rust-lang, Complex"><title>num_complex::Complex - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../dark.css"><link rel="stylesheet" type="text/css" href="../light.css" id="themeStyle"><script src="../storage.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="shortcut icon" href="../favicon.ico"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../num_complex/index.html'><div class='logo-container'><img src='../rust-logo.png' alt='logo'></div></a><p class='location'>Struct Complex</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.re">re</a><a href="#structfield.im">im</a></div><a class="sidebar-title" href="#methods">Methods</a><div class="sidebar-links"><a href="#method.conj">conj</a><a href="#method.i">i</a><a href="#method.inv">inv</a><a href="#method.is_finite">is_finite</a><a href="#method.is_infinite">is_infinite</a><a href="#method.is_nan">is_nan</a><a href="#method.is_normal">is_normal</a><a href="#method.l1_norm">l1_norm</a><a href="#method.new">new</a><a href="#method.norm_sqr">norm_sqr</a><a href="#method.powi">powi</a><a href="#method.powu">powu</a><a href="#method.scale">scale</a><a href="#method.unscale">unscale</a></div><a class="sidebar-title" href="#implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Add%3C%26%27a%20Complex%3CT%3E%3E">Add&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cf32%3E%3E">Add&lt;&amp;&#39;a Complex&lt;f32&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cf64%3E%3E">Add&lt;&amp;&#39;a Complex&lt;f64&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Ci128%3E%3E">Add&lt;&amp;&#39;a Complex&lt;i128&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Ci16%3E%3E">Add&lt;&amp;&#39;a Complex&lt;i16&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Ci32%3E%3E">Add&lt;&amp;&#39;a Complex&lt;i32&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Ci64%3E%3E">Add&lt;&amp;&#39;a Complex&lt;i64&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Ci8%3E%3E">Add&lt;&amp;&#39;a Complex&lt;i8&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cisize%3E%3E">Add&lt;&amp;&#39;a Complex&lt;isize&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cu128%3E%3E">Add&lt;&amp;&#39;a Complex&lt;u128&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cu16%3E%3E">Add&lt;&amp;&#39;a Complex&lt;u16&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cu32%3E%3E">Add&lt;&amp;&#39;a Complex&lt;u32&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cu64%3E%3E">Add&lt;&amp;&#39;a Complex&lt;u64&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cu8%3E%3E">Add&lt;&amp;&#39;a Complex&lt;u8&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20Complex%3Cusize%3E%3E">Add&lt;&amp;&#39;a Complex&lt;usize&gt;&gt;</a><a href="#impl-Add%3C%26%27a%20T%3E">Add&lt;&amp;&#39;a T&gt;</a><a href="#impl-Add%3C%26%27b%20Complex%3CT%3E%3E">Add&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-Add%3CComplex%3CT%3E%3E">Add&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cf32%3E%3E">Add&lt;Complex&lt;f32&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cf64%3E%3E">Add&lt;Complex&lt;f64&gt;&gt;</a><a href="#impl-Add%3CComplex%3Ci128%3E%3E">Add&lt;Complex&lt;i128&gt;&gt;</a><a href="#impl-Add%3CComplex%3Ci16%3E%3E">Add&lt;Complex&lt;i16&gt;&gt;</a><a href="#impl-Add%3CComplex%3Ci32%3E%3E">Add&lt;Complex&lt;i32&gt;&gt;</a><a href="#impl-Add%3CComplex%3Ci64%3E%3E">Add&lt;Complex&lt;i64&gt;&gt;</a><a href="#impl-Add%3CComplex%3Ci8%3E%3E">Add&lt;Complex&lt;i8&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cisize%3E%3E">Add&lt;Complex&lt;isize&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cu128%3E%3E">Add&lt;Complex&lt;u128&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cu16%3E%3E">Add&lt;Complex&lt;u16&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cu32%3E%3E">Add&lt;Complex&lt;u32&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cu64%3E%3E">Add&lt;Complex&lt;u64&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cu8%3E%3E">Add&lt;Complex&lt;u8&gt;&gt;</a><a href="#impl-Add%3CComplex%3Cusize%3E%3E">Add&lt;Complex&lt;usize&gt;&gt;</a><a href="#impl-Add%3CT%3E">Add&lt;T&gt;</a><a href="#impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E">AddAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-AddAssign%3C%26%27a%20T%3E">AddAssign&lt;&amp;&#39;a T&gt;</a><a href="#impl-AddAssign%3CComplex%3CT%3E%3E">AddAssign&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-AddAssign%3CT%3E">AddAssign&lt;T&gt;</a><a href="#impl-AsPrimitive%3CU%3E">AsPrimitive&lt;U&gt;</a><a href="#impl-Binary">Binary</a><a href="#impl-Clone">Clone</a><a href="#impl-Copy">Copy</a><a href="#impl-Debug">Debug</a><a href="#impl-Default">Default</a><a href="#impl-Display">Display</a><a href="#impl-Div%3C%26%27a%20Complex%3CT%3E%3E">Div&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cf32%3E%3E">Div&lt;&amp;&#39;a Complex&lt;f32&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cf64%3E%3E">Div&lt;&amp;&#39;a Complex&lt;f64&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Ci128%3E%3E">Div&lt;&amp;&#39;a Complex&lt;i128&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Ci16%3E%3E">Div&lt;&amp;&#39;a Complex&lt;i16&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Ci32%3E%3E">Div&lt;&amp;&#39;a Complex&lt;i32&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Ci64%3E%3E">Div&lt;&amp;&#39;a Complex&lt;i64&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Ci8%3E%3E">Div&lt;&amp;&#39;a Complex&lt;i8&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cisize%3E%3E">Div&lt;&amp;&#39;a Complex&lt;isize&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cu128%3E%3E">Div&lt;&amp;&#39;a Complex&lt;u128&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cu16%3E%3E">Div&lt;&amp;&#39;a Complex&lt;u16&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cu32%3E%3E">Div&lt;&amp;&#39;a Complex&lt;u32&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cu64%3E%3E">Div&lt;&amp;&#39;a Complex&lt;u64&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cu8%3E%3E">Div&lt;&amp;&#39;a Complex&lt;u8&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20Complex%3Cusize%3E%3E">Div&lt;&amp;&#39;a Complex&lt;usize&gt;&gt;</a><a href="#impl-Div%3C%26%27a%20T%3E">Div&lt;&amp;&#39;a T&gt;</a><a href="#impl-Div%3C%26%27b%20Complex%3CT%3E%3E">Div&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-Div%3CComplex%3CT%3E%3E">Div&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cf32%3E%3E">Div&lt;Complex&lt;f32&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cf64%3E%3E">Div&lt;Complex&lt;f64&gt;&gt;</a><a href="#impl-Div%3CComplex%3Ci128%3E%3E">Div&lt;Complex&lt;i128&gt;&gt;</a><a href="#impl-Div%3CComplex%3Ci16%3E%3E">Div&lt;Complex&lt;i16&gt;&gt;</a><a href="#impl-Div%3CComplex%3Ci32%3E%3E">Div&lt;Complex&lt;i32&gt;&gt;</a><a href="#impl-Div%3CComplex%3Ci64%3E%3E">Div&lt;Complex&lt;i64&gt;&gt;</a><a href="#impl-Div%3CComplex%3Ci8%3E%3E">Div&lt;Complex&lt;i8&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cisize%3E%3E">Div&lt;Complex&lt;isize&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cu128%3E%3E">Div&lt;Complex&lt;u128&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cu16%3E%3E">Div&lt;Complex&lt;u16&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cu32%3E%3E">Div&lt;Complex&lt;u32&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cu64%3E%3E">Div&lt;Complex&lt;u64&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cu8%3E%3E">Div&lt;Complex&lt;u8&gt;&gt;</a><a href="#impl-Div%3CComplex%3Cusize%3E%3E">Div&lt;Complex&lt;usize&gt;&gt;</a><a href="#impl-Div%3CT%3E">Div&lt;T&gt;</a><a href="#impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E">DivAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-DivAssign%3C%26%27a%20T%3E">DivAssign&lt;&amp;&#39;a T&gt;</a><a href="#impl-DivAssign%3CComplex%3CT%3E%3E">DivAssign&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-DivAssign%3CT%3E">DivAssign&lt;T&gt;</a><a href="#impl-Eq">Eq</a><a href="#impl-From%3C%26%27a%20T%3E">From&lt;&amp;&#39;a T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-FromPrimitive">FromPrimitive</a><a href="#impl-FromStr">FromStr</a><a href="#impl-Hash">Hash</a><a href="#impl-Inv">Inv</a><a href="#impl-LowerExp">LowerExp</a><a href="#impl-LowerHex">LowerHex</a><a href="#impl-Mul%3C%26%27a%20Complex%3CT%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cf32%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;f32&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cf64%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;f64&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Ci128%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;i128&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Ci16%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;i16&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Ci32%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;i32&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Ci64%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;i64&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Ci8%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;i8&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cisize%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;isize&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cu128%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;u128&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cu16%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;u16&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cu32%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;u32&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cu64%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;u64&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cu8%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;u8&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20Complex%3Cusize%3E%3E">Mul&lt;&amp;&#39;a Complex&lt;usize&gt;&gt;</a><a href="#impl-Mul%3C%26%27a%20T%3E">Mul&lt;&amp;&#39;a T&gt;</a><a href="#impl-Mul%3C%26%27b%20Complex%3CT%3E%3E">Mul&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-Mul%3CComplex%3CT%3E%3E">Mul&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cf32%3E%3E">Mul&lt;Complex&lt;f32&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cf64%3E%3E">Mul&lt;Complex&lt;f64&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Ci128%3E%3E">Mul&lt;Complex&lt;i128&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Ci16%3E%3E">Mul&lt;Complex&lt;i16&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Ci32%3E%3E">Mul&lt;Complex&lt;i32&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Ci64%3E%3E">Mul&lt;Complex&lt;i64&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Ci8%3E%3E">Mul&lt;Complex&lt;i8&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cisize%3E%3E">Mul&lt;Complex&lt;isize&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cu128%3E%3E">Mul&lt;Complex&lt;u128&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cu16%3E%3E">Mul&lt;Complex&lt;u16&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cu32%3E%3E">Mul&lt;Complex&lt;u32&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cu64%3E%3E">Mul&lt;Complex&lt;u64&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cu8%3E%3E">Mul&lt;Complex&lt;u8&gt;&gt;</a><a href="#impl-Mul%3CComplex%3Cusize%3E%3E">Mul&lt;Complex&lt;usize&gt;&gt;</a><a href="#impl-Mul%3CT%3E">Mul&lt;T&gt;</a><a href="#impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E">MulAdd&lt;&amp;&#39;b Complex&lt;T&gt;, &amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E">MulAdd&lt;Complex&lt;T&gt;, Complex&lt;T&gt;&gt;</a><a href="#impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E">MulAddAssign&lt;&amp;&#39;a Complex&lt;T&gt;, &amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E">MulAddAssign&lt;Complex&lt;T&gt;, Complex&lt;T&gt;&gt;</a><a href="#impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E">MulAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-MulAssign%3C%26%27a%20T%3E">MulAssign&lt;&amp;&#39;a T&gt;</a><a href="#impl-MulAssign%3CComplex%3CT%3E%3E">MulAssign&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-MulAssign%3CT%3E">MulAssign&lt;T&gt;</a><a href="#impl-Neg">Neg</a><a href="#impl-Num">Num</a><a href="#impl-NumCast">NumCast</a><a href="#impl-Octal">Octal</a><a href="#impl-One">One</a><a href="#impl-PartialEq%3CComplex%3CT%3E%3E">PartialEq&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Pow%3C%26%27b%20i128%3E">Pow&lt;&amp;&#39;b i128&gt;</a><a href="#impl-Pow%3C%26%27b%20i16%3E">Pow&lt;&amp;&#39;b i16&gt;</a><a href="#impl-Pow%3C%26%27b%20i32%3E">Pow&lt;&amp;&#39;b i32&gt;</a><a href="#impl-Pow%3C%26%27b%20i64%3E">Pow&lt;&amp;&#39;b i64&gt;</a><a href="#impl-Pow%3C%26%27b%20i8%3E">Pow&lt;&amp;&#39;b i8&gt;</a><a href="#impl-Pow%3C%26%27b%20isize%3E">Pow&lt;&amp;&#39;b isize&gt;</a><a href="#impl-Pow%3C%26%27b%20u128%3E">Pow&lt;&amp;&#39;b u128&gt;</a><a href="#impl-Pow%3C%26%27b%20u16%3E">Pow&lt;&amp;&#39;b u16&gt;</a><a href="#impl-Pow%3C%26%27b%20u32%3E">Pow&lt;&amp;&#39;b u32&gt;</a><a href="#impl-Pow%3C%26%27b%20u64%3E">Pow&lt;&amp;&#39;b u64&gt;</a><a href="#impl-Pow%3C%26%27b%20u8%3E">Pow&lt;&amp;&#39;b u8&gt;</a><a href="#impl-Pow%3C%26%27b%20usize%3E">Pow&lt;&amp;&#39;b usize&gt;</a><a href="#impl-Pow%3Ci128%3E">Pow&lt;i128&gt;</a><a href="#impl-Pow%3Ci16%3E">Pow&lt;i16&gt;</a><a href="#impl-Pow%3Ci32%3E">Pow&lt;i32&gt;</a><a href="#impl-Pow%3Ci64%3E">Pow&lt;i64&gt;</a><a href="#impl-Pow%3Ci8%3E">Pow&lt;i8&gt;</a><a href="#impl-Pow%3Cisize%3E">Pow&lt;isize&gt;</a><a href="#impl-Pow%3Cu128%3E">Pow&lt;u128&gt;</a><a href="#impl-Pow%3Cu16%3E">Pow&lt;u16&gt;</a><a href="#impl-Pow%3Cu32%3E">Pow&lt;u32&gt;</a><a href="#impl-Pow%3Cu64%3E">Pow&lt;u64&gt;</a><a href="#impl-Pow%3Cu8%3E">Pow&lt;u8&gt;</a><a href="#impl-Pow%3Cusize%3E">Pow&lt;usize&gt;</a><a href="#impl-Product%3C%26%27a%20Complex%3CT%3E%3E">Product&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Product%3CComplex%3CT%3E%3E">Product&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3CT%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cf32%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;f32&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cf64%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;f64&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Ci128%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;i128&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Ci16%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;i16&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Ci32%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;i32&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Ci64%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;i64&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Ci8%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;i8&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cisize%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;isize&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cu128%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;u128&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cu16%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;u16&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cu32%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;u32&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cu64%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;u64&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cu8%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;u8&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20Complex%3Cusize%3E%3E">Rem&lt;&amp;&#39;a Complex&lt;usize&gt;&gt;</a><a href="#impl-Rem%3C%26%27a%20T%3E">Rem&lt;&amp;&#39;a T&gt;</a><a href="#impl-Rem%3C%26%27b%20Complex%3CT%3E%3E">Rem&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-Rem%3CComplex%3CT%3E%3E">Rem&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cf32%3E%3E">Rem&lt;Complex&lt;f32&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cf64%3E%3E">Rem&lt;Complex&lt;f64&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Ci128%3E%3E">Rem&lt;Complex&lt;i128&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Ci16%3E%3E">Rem&lt;Complex&lt;i16&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Ci32%3E%3E">Rem&lt;Complex&lt;i32&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Ci64%3E%3E">Rem&lt;Complex&lt;i64&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Ci8%3E%3E">Rem&lt;Complex&lt;i8&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cisize%3E%3E">Rem&lt;Complex&lt;isize&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cu128%3E%3E">Rem&lt;Complex&lt;u128&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cu16%3E%3E">Rem&lt;Complex&lt;u16&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cu32%3E%3E">Rem&lt;Complex&lt;u32&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cu64%3E%3E">Rem&lt;Complex&lt;u64&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cu8%3E%3E">Rem&lt;Complex&lt;u8&gt;&gt;</a><a href="#impl-Rem%3CComplex%3Cusize%3E%3E">Rem&lt;Complex&lt;usize&gt;&gt;</a><a href="#impl-Rem%3CT%3E">Rem&lt;T&gt;</a><a href="#impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E">RemAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-RemAssign%3C%26%27a%20T%3E">RemAssign&lt;&amp;&#39;a T&gt;</a><a href="#impl-RemAssign%3CComplex%3CT%3E%3E">RemAssign&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-RemAssign%3CT%3E">RemAssign&lt;T&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3CT%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cf32%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;f32&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cf64%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;f64&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Ci128%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;i128&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Ci16%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;i16&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Ci32%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;i32&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Ci64%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;i64&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Ci8%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;i8&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cisize%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;isize&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cu128%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;u128&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cu16%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;u16&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cu32%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;u32&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cu64%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;u64&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cu8%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;u8&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20Complex%3Cusize%3E%3E">Sub&lt;&amp;&#39;a Complex&lt;usize&gt;&gt;</a><a href="#impl-Sub%3C%26%27a%20T%3E">Sub&lt;&amp;&#39;a T&gt;</a><a href="#impl-Sub%3C%26%27b%20Complex%3CT%3E%3E">Sub&lt;&amp;&#39;b Complex&lt;T&gt;&gt;</a><a href="#impl-Sub%3CComplex%3CT%3E%3E">Sub&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cf32%3E%3E">Sub&lt;Complex&lt;f32&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cf64%3E%3E">Sub&lt;Complex&lt;f64&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Ci128%3E%3E">Sub&lt;Complex&lt;i128&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Ci16%3E%3E">Sub&lt;Complex&lt;i16&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Ci32%3E%3E">Sub&lt;Complex&lt;i32&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Ci64%3E%3E">Sub&lt;Complex&lt;i64&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Ci8%3E%3E">Sub&lt;Complex&lt;i8&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cisize%3E%3E">Sub&lt;Complex&lt;isize&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cu128%3E%3E">Sub&lt;Complex&lt;u128&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cu16%3E%3E">Sub&lt;Complex&lt;u16&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cu32%3E%3E">Sub&lt;Complex&lt;u32&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cu64%3E%3E">Sub&lt;Complex&lt;u64&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cu8%3E%3E">Sub&lt;Complex&lt;u8&gt;&gt;</a><a href="#impl-Sub%3CComplex%3Cusize%3E%3E">Sub&lt;Complex&lt;usize&gt;&gt;</a><a href="#impl-Sub%3CT%3E">Sub&lt;T&gt;</a><a href="#impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E">SubAssign&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-SubAssign%3C%26%27a%20T%3E">SubAssign&lt;&amp;&#39;a T&gt;</a><a href="#impl-SubAssign%3CComplex%3CT%3E%3E">SubAssign&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-SubAssign%3CT%3E">SubAssign&lt;T&gt;</a><a href="#impl-Sum%3C%26%27a%20Complex%3CT%3E%3E">Sum&lt;&amp;&#39;a Complex&lt;T&gt;&gt;</a><a href="#impl-Sum%3CComplex%3CT%3E%3E">Sum&lt;Complex&lt;T&gt;&gt;</a><a href="#impl-ToPrimitive">ToPrimitive</a><a href="#impl-UpperExp">UpperExp</a><a href="#impl-UpperHex">UpperHex</a><a href="#impl-Zero">Zero</a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">Send</a><a href="#impl-Sync">Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow&lt;T&gt;</a><a href="#impl-BorrowMut%3CT%3E">BorrowMut&lt;T&gt;</a><a href="#impl-From%3CT%3E">From&lt;T&gt;</a><a href="#impl-Into%3CU%3E">Into&lt;U&gt;</a><a href="#impl-NumAssign">NumAssign</a><a href="#impl-NumAssignOps%3CRhs%3E">NumAssignOps&lt;Rhs&gt;</a><a href="#impl-NumAssignRef">NumAssignRef</a><a href="#impl-NumOps%3CRhs%2C%20Output%3E">NumOps&lt;Rhs, Output&gt;</a><a href="#impl-NumRef">NumRef</a><a href="#impl-RefNum%3CBase%3E">RefNum&lt;Base&gt;</a><a href="#impl-ToOwned">ToOwned</a><a href="#impl-ToString">ToString</a><a href="#impl-TryFrom%3CU%3E">TryFrom&lt;U&gt;</a><a href="#impl-TryInto%3CU%3E">TryInto&lt;U&gt;</a></div></div><p class='location'><a href='index.html'>num_complex</a></p><script>window.sidebarCurrent = {name: 'Complex', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../theme.js"></script><nav class="sub"><form class="search-form js-only"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>&#x2212;</span>]</a></span><a class='srclink' href='../src/num_complex/lib.rs.html#85-90' title='goto source code'>[src]</a></span><span class='in-band'>Struct <a href='index.html'>num_complex</a>::<wbr><a class="struct" href=''>Complex</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class='rust struct'><span class="docblock attributes top-attr">#[repr(C)]
</span>pub struct Complex&lt;T&gt; {
pub re: T,
pub im: T,
}</pre></div><div class='docblock'><p>A complex number in Cartesian form.</p>
<h2 id="representation-and-foreign-function-interface-compatibility" class="section-header"><a href="#representation-and-foreign-function-interface-compatibility">Representation and Foreign Function Interface Compatibility</a></h2>
<p><code>Complex&lt;T&gt;</code> is memory layout compatible with an array <code>[T; 2]</code>.</p>
<p>Note that <code>Complex&lt;F&gt;</code> where F is a floating point type is <strong>only</strong> memory
layout compatible with C's complex types, <strong>not</strong> necessarily calling
convention compatible. This means that for FFI you can only pass
<code>Complex&lt;F&gt;</code> behind a pointer, not as a value.</p>
<h2 id="examples" class="section-header"><a href="#examples">Examples</a></h2>
<p>Example of extern function declaration.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered">
<span class="kw">use</span> <span class="ident">num_complex</span>::<span class="ident">Complex</span>;
<span class="kw">use</span> <span class="ident">std</span>::<span class="ident">os</span>::<span class="ident">raw</span>::<span class="ident">c_int</span>;
<span class="kw">extern</span> <span class="string">&quot;C&quot;</span> {
<span class="kw">fn</span> <span class="ident">zaxpy_</span>(<span class="ident">n</span>: <span class="kw-2">*</span><span class="kw">const</span> <span class="ident">c_int</span>, <span class="ident">alpha</span>: <span class="kw-2">*</span><span class="kw">const</span> <span class="ident">Complex</span><span class="op">&lt;</span><span class="ident">f64</span><span class="op">&gt;</span>,
<span class="ident">x</span>: <span class="kw-2">*</span><span class="kw">const</span> <span class="ident">Complex</span><span class="op">&lt;</span><span class="ident">f64</span><span class="op">&gt;</span>, <span class="ident">incx</span>: <span class="kw-2">*</span><span class="kw">const</span> <span class="ident">c_int</span>,
<span class="ident">y</span>: <span class="kw-2">*</span><span class="kw-2">mut</span> <span class="ident">Complex</span><span class="op">&lt;</span><span class="ident">f64</span><span class="op">&gt;</span>, <span class="ident">incy</span>: <span class="kw-2">*</span><span class="kw">const</span> <span class="ident">c_int</span>);
}</pre></div>
</div><h2 id='fields' class='fields small-section-header'>
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.re" class="structfield small-section-header"><a href="#structfield.re" class="anchor field"></a><code id="re.v">re: T</code></span><div class='docblock'><p>Real portion of the complex number</p>
</div><span id="structfield.im" class="structfield small-section-header"><a href="#structfield.im" class="anchor field"></a><code id="im.v">im: T</code></span><div class='docblock'><p>Imaginary portion of the complex number</p>
</div><h2 id='methods' class='small-section-header'>Methods<a href='#methods' class='anchor'></a></h2><h3 id='impl' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#95-132' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.new' class="method"><code id='new.v'>pub fn <a href='#method.new' class='fnname'>new</a>(re: T, im: T) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#98-100' title='goto source code'>[src]</a></h4><div class='docblock'><p>Create a new Complex</p>
</div><h4 id='method.i' class="method"><code id='i.v'>pub fn <a href='#method.i' class='fnname'>i</a>() -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#104-106' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns imaginary unit</p>
</div><h4 id='method.norm_sqr' class="method"><code id='norm_sqr.v'>pub fn <a href='#method.norm_sqr' class='fnname'>norm_sqr</a>(&amp;self) -&gt; T</code><a class='srclink' href='../src/num_complex/lib.rs.html#111-113' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the square of the norm (since <code>T</code> doesn't necessarily
have a sqrt function), i.e. <code>re^2 + im^2</code>.</p>
</div><h4 id='method.scale' class="method"><code id='scale.v'>pub fn <a href='#method.scale' class='fnname'>scale</a>(&amp;self, t: T) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#117-119' title='goto source code'>[src]</a></h4><div class='docblock'><p>Multiplies <code>self</code> by the scalar <code>t</code>.</p>
</div><h4 id='method.unscale' class="method"><code id='unscale.v'>pub fn <a href='#method.unscale' class='fnname'>unscale</a>(&amp;self, t: T) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#123-125' title='goto source code'>[src]</a></h4><div class='docblock'><p>Divides <code>self</code> by the scalar <code>t</code>.</p>
</div><h4 id='method.powu' class="method"><code id='powu.v'>pub fn <a href='#method.powu' class='fnname'>powu</a>(&amp;self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#129-131' title='goto source code'>[src]</a></h4><div class='docblock'><p>Raises <code>self</code> to an unsigned integer power.</p>
</div></div><h3 id='impl-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#134-156' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.conj' class="method"><code id='conj.v'>pub fn <a href='#method.conj' class='fnname'>conj</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#137-139' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the complex conjugate. i.e. <code>re - i im</code></p>
</div><h4 id='method.inv' class="method"><code id='inv.v'>pub fn <a href='#method.inv' class='fnname'>inv</a>(&amp;self) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#143-149' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns <code>1/self</code></p>
</div><h4 id='method.powi' class="method"><code id='powi.v'>pub fn <a href='#method.powi' class='fnname'>powi</a>(&amp;self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#153-155' title='goto source code'>[src]</a></h4><div class='docblock'><p>Raises <code>self</code> to a signed integer power.</p>
</div></div><h3 id='impl-2' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/sign/trait.Signed.html" title="trait num_traits::sign::Signed">Signed</a>&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-2' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#158-166' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.l1_norm' class="method"><code id='l1_norm.v'>pub fn <a href='#method.l1_norm' class='fnname'>l1_norm</a>(&amp;self) -&gt; T</code><a class='srclink' href='../src/num_complex/lib.rs.html#163-165' title='goto source code'>[src]</a></h4><div class='docblock'><p>Returns the L1 norm <code>|re| + |im|</code> -- the <a href="https://en.wikipedia.org/wiki/Taxicab_geometry">Manhattan distance</a> from the origin.</p>
</div></div><h3 id='impl-3' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/float/trait.FloatCore.html" title="trait num_traits::float::FloatCore">FloatCore</a>&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-3' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#575-599' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.is_nan' class="method"><code id='is_nan.v'>pub fn <a href='#method.is_nan' class='fnname'>is_nan</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#578-580' title='goto source code'>[src]</a></h4><div class='docblock'><p>Checks if the given complex number is NaN</p>
</div><h4 id='method.is_infinite' class="method"><code id='is_infinite.v'>pub fn <a href='#method.is_infinite' class='fnname'>is_infinite</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#584-586' title='goto source code'>[src]</a></h4><div class='docblock'><p>Checks if the given complex number is infinite</p>
</div><h4 id='method.is_finite' class="method"><code id='is_finite.v'>pub fn <a href='#method.is_finite' class='fnname'>is_finite</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#590-592' title='goto source code'>[src]</a></h4><div class='docblock'><p>Checks if the given complex number is finite</p>
</div><h4 id='method.is_normal' class="method"><code id='is_normal.v'>pub fn <a href='#method.is_normal' class='fnname'>is_normal</a>(self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#596-598' title='goto source code'>[src]</a></h4><div class='docblock'><p>Checks if the given complex number is normal</p>
</div></div><h2 id='implementations' class='small-section-header'>Trait Implementations<a href='#implementations' class='anchor'></a></h2><div id='implementations-list'><h3 id='impl-From%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-From%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#601-606' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from' class="method hidden"><code id='from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(re: T) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#603-605' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-From%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-From%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#608-613' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-1' class="method hidden"><code id='from.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(re: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#610-612' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-PartialEq%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-PartialEq%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.eq' class="method hidden"><code id='eq.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class="method hidden"><code id='ne.v'>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 id='impl-Eq' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Eq' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Hash' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Hash' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.hash' class="method hidden"><code id='hash.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a>&lt;__H:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>__H)</code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4 id='method.hash_slice' class="method hidden"><code id='hash_slice.v'>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a>&lt;H&gt;(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&amp;[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>H) <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>,&nbsp;</span></code><span class='since' title='Stable since Rust version 1.3.0'>1.3.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-198' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3 id='impl-Add%3C%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3C%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#617-624' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output' class="type"><code id='Output.t'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add' class="method hidden"><code id='add.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#621-623' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#630-637' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-1' class="type"><code id='Output.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-1' class="method hidden"><code id='add.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#634-636' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#643-650' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-2' class="type"><code id='Output.t-2'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-2' class="method hidden"><code id='add.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#647-649' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3CT%3E%3E-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3CComplex%3CT%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#666-673' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-3' class="type"><code id='Output.t-3'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-3' class="method hidden"><code id='add.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: Self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#670-672' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1034-1041' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-4' class="type"><code id='Output.t-4'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-4' class="method hidden"><code id='add.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1038-1040' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#924-931' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-5' class="type"><code id='Output.t-5'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-5' class="method hidden"><code id='add.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#928-930' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;T&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3CT%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#932-939' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-6' class="type"><code id='Output.t-6'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-6' class="method hidden"><code id='add.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#936-938' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20T%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Add%3C%26%27a%20T%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#940-947' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-7' class="type"><code id='Output.t-7'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-7' class="method hidden"><code id='add.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#944-946' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-8' class="type"><code id='Output.t-8'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-8' class="method hidden"><code id='add.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Add%3CComplex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-9' class="type"><code id='Output.t-9'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-9' class="method hidden"><code id='add.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-10' class="type"><code id='Output.t-10'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-10' class="method hidden"><code id='add.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-11' class="type"><code id='Output.t-11'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-11' class="method hidden"><code id='add.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Add%3CComplex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-12' class="type"><code id='Output.t-12'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-12' class="method hidden"><code id='add.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-13' class="type"><code id='Output.t-13'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-13' class="method hidden"><code id='add.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-14' class="type"><code id='Output.t-14'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-14' class="method hidden"><code id='add.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Add%3CComplex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-15' class="type"><code id='Output.t-15'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-15' class="method hidden"><code id='add.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-16' class="type"><code id='Output.t-16'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-16' class="method hidden"><code id='add.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-17' class="type"><code id='Output.t-17'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-17' class="method hidden"><code id='add.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Add%3CComplex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-18' class="type"><code id='Output.t-18'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-18' class="method hidden"><code id='add.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-19' class="type"><code id='Output.t-19'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-19' class="method hidden"><code id='add.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-20' class="type"><code id='Output.t-20'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-20' class="method hidden"><code id='add.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Add%3CComplex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-21' class="type"><code id='Output.t-21'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-21' class="method hidden"><code id='add.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-22' class="type"><code id='Output.t-22'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-22' class="method hidden"><code id='add.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-23' class="type"><code id='Output.t-23'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-23' class="method hidden"><code id='add.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Add%3CComplex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-24' class="type"><code id='Output.t-24'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-24' class="method hidden"><code id='add.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-25' class="type"><code id='Output.t-25'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-25' class="method hidden"><code id='add.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-26' class="type"><code id='Output.t-26'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-26' class="method hidden"><code id='add.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Add%3CComplex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-27' class="type"><code id='Output.t-27'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-27' class="method hidden"><code id='add.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-28' class="type"><code id='Output.t-28'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-28' class="method hidden"><code id='add.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-29' class="type"><code id='Output.t-29'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-29' class="method hidden"><code id='add.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Add%3CComplex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-30' class="type"><code id='Output.t-30'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-30' class="method hidden"><code id='add.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-31' class="type"><code id='Output.t-31'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-31' class="method hidden"><code id='add.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-32' class="type"><code id='Output.t-32'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-32' class="method hidden"><code id='add.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Add%3CComplex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-33' class="type"><code id='Output.t-33'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-33' class="method hidden"><code id='add.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-34' class="type"><code id='Output.t-34'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-34' class="method hidden"><code id='add.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-35' class="type"><code id='Output.t-35'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-35' class="method hidden"><code id='add.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Add%3CComplex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-36' class="type"><code id='Output.t-36'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-36' class="method hidden"><code id='add.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-37' class="type"><code id='Output.t-37'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-37' class="method hidden"><code id='add.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-38' class="type"><code id='Output.t-38'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-38' class="method hidden"><code id='add.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Add%3CComplex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-39' class="type"><code id='Output.t-39'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-39' class="method hidden"><code id='add.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-40' class="type"><code id='Output.t-40'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-40' class="method hidden"><code id='add.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-41' class="type"><code id='Output.t-41'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-41' class="method hidden"><code id='add.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Add%3CComplex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-42' class="type"><code id='Output.t-42'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-42' class="method hidden"><code id='add.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-43' class="type"><code id='Output.t-43'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-43' class="method hidden"><code id='add.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-44' class="type"><code id='Output.t-44'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-44' class="method hidden"><code id='add.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Add%3CComplex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-45' class="type"><code id='Output.t-45'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-45' class="method hidden"><code id='add.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-46' class="type"><code id='Output.t-46'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-46' class="method hidden"><code id='add.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-47' class="type"><code id='Output.t-47'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-47' class="method hidden"><code id='add.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Add%3CComplex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-48' class="type"><code id='Output.t-48'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-48' class="method hidden"><code id='add.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Add%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-49' class="type"><code id='Output.t-49'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-49' class="method hidden"><code id='add.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Add%3CComplex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-50' class="type"><code id='Output.t-50'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-50' class="method hidden"><code id='add.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Add%3CComplex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-51' class="type"><code id='Output.t-51'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-51' class="method hidden"><code id='add.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Add%3CComplex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-52' class="type"><code id='Output.t-52'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-52' class="method hidden"><code id='add.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Add%3CComplex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-53' class="type"><code id='Output.t-53'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-53' class="method hidden"><code id='add.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Add%3CComplex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-54' class="type"><code id='Output.t-54'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-54' class="method hidden"><code id='add.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Add%3CComplex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-55' class="type"><code id='Output.t-55'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-55' class="method hidden"><code id='add.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Add%3CComplex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-56' class="type"><code id='Output.t-56'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-56' class="method hidden"><code id='add.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Add%3CComplex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-57' class="type"><code id='Output.t-57'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-57' class="method hidden"><code id='add.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Add%3CComplex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-58' class="type"><code id='Output.t-58'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-58' class="method hidden"><code id='add.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Add%3CComplex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-59' class="type"><code id='Output.t-59'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-59' class="method hidden"><code id='add.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Add%3CComplex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-60' class="type"><code id='Output.t-60'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-60' class="method hidden"><code id='add.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Add%3CComplex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-61' class="type"><code id='Output.t-61'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-61' class="method hidden"><code id='add.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Add%3CComplex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-62' class="type"><code id='Output.t-62'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-62' class="method hidden"><code id='add.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Add%3CComplex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Add%3CComplex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#983-990' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-63' class="type"><code id='Output.t-63'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div><h4 id='method.add-63' class="method hidden"><code id='add.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#tymethod.add' class='fnname'>add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#987-989' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3C%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#617-624' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-64' class="type"><code id='Output.t-64'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub' class="method hidden"><code id='sub.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#621-623' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#630-637' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-65' class="type"><code id='Output.t-65'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-1' class="method hidden"><code id='sub.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#634-636' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#643-650' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-66' class="type"><code id='Output.t-66'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-2' class="method hidden"><code id='sub.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#647-649' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3CT%3E%3E-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3CComplex%3CT%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#678-685' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-67' class="type"><code id='Output.t-67'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-3' class="method hidden"><code id='sub.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: Self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#682-684' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1043-1050' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-68' class="type"><code id='Output.t-68'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-4' class="method hidden"><code id='sub.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1047-1049' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#924-931' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-69' class="type"><code id='Output.t-69'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-5' class="method hidden"><code id='sub.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#928-930' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;T&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3CT%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#932-939' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-70' class="type"><code id='Output.t-70'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-6' class="method hidden"><code id='sub.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#936-938' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20T%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sub%3C%26%27a%20T%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#940-947' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-71' class="type"><code id='Output.t-71'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-7' class="method hidden"><code id='sub.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#944-946' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-72' class="type"><code id='Output.t-72'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-8' class="method hidden"><code id='sub.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Sub%3CComplex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-73' class="type"><code id='Output.t-73'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-9' class="method hidden"><code id='sub.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-74' class="type"><code id='Output.t-74'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-10' class="method hidden"><code id='sub.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-75' class="type"><code id='Output.t-75'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-11' class="method hidden"><code id='sub.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Sub%3CComplex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-76' class="type"><code id='Output.t-76'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-12' class="method hidden"><code id='sub.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-77' class="type"><code id='Output.t-77'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-13' class="method hidden"><code id='sub.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-78' class="type"><code id='Output.t-78'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-14' class="method hidden"><code id='sub.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Sub%3CComplex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-79' class="type"><code id='Output.t-79'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-15' class="method hidden"><code id='sub.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-80' class="type"><code id='Output.t-80'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-16' class="method hidden"><code id='sub.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-81' class="type"><code id='Output.t-81'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-17' class="method hidden"><code id='sub.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Sub%3CComplex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-82' class="type"><code id='Output.t-82'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-18' class="method hidden"><code id='sub.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-83' class="type"><code id='Output.t-83'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-19' class="method hidden"><code id='sub.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-84' class="type"><code id='Output.t-84'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-20' class="method hidden"><code id='sub.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Sub%3CComplex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-85' class="type"><code id='Output.t-85'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-21' class="method hidden"><code id='sub.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-86' class="type"><code id='Output.t-86'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-22' class="method hidden"><code id='sub.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-87' class="type"><code id='Output.t-87'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-23' class="method hidden"><code id='sub.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Sub%3CComplex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-88' class="type"><code id='Output.t-88'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-24' class="method hidden"><code id='sub.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-89' class="type"><code id='Output.t-89'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-25' class="method hidden"><code id='sub.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-90' class="type"><code id='Output.t-90'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-26' class="method hidden"><code id='sub.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Sub%3CComplex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-91' class="type"><code id='Output.t-91'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-27' class="method hidden"><code id='sub.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-92' class="type"><code id='Output.t-92'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-28' class="method hidden"><code id='sub.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-93' class="type"><code id='Output.t-93'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-29' class="method hidden"><code id='sub.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Sub%3CComplex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-94' class="type"><code id='Output.t-94'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-30' class="method hidden"><code id='sub.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-95' class="type"><code id='Output.t-95'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-31' class="method hidden"><code id='sub.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-96' class="type"><code id='Output.t-96'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-32' class="method hidden"><code id='sub.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Sub%3CComplex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-97' class="type"><code id='Output.t-97'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-33' class="method hidden"><code id='sub.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-98' class="type"><code id='Output.t-98'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-34' class="method hidden"><code id='sub.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-99' class="type"><code id='Output.t-99'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-35' class="method hidden"><code id='sub.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Sub%3CComplex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-100' class="type"><code id='Output.t-100'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-36' class="method hidden"><code id='sub.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-101' class="type"><code id='Output.t-101'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-37' class="method hidden"><code id='sub.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-102' class="type"><code id='Output.t-102'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-38' class="method hidden"><code id='sub.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Sub%3CComplex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-103' class="type"><code id='Output.t-103'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-39' class="method hidden"><code id='sub.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-104' class="type"><code id='Output.t-104'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-40' class="method hidden"><code id='sub.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-105' class="type"><code id='Output.t-105'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-41' class="method hidden"><code id='sub.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Sub%3CComplex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-106' class="type"><code id='Output.t-106'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-42' class="method hidden"><code id='sub.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-107' class="type"><code id='Output.t-107'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-43' class="method hidden"><code id='sub.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-108' class="type"><code id='Output.t-108'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-44' class="method hidden"><code id='sub.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Sub%3CComplex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-109' class="type"><code id='Output.t-109'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-45' class="method hidden"><code id='sub.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-110' class="type"><code id='Output.t-110'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-46' class="method hidden"><code id='sub.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-111' class="type"><code id='Output.t-111'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-47' class="method hidden"><code id='sub.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Sub%3CComplex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-112' class="type"><code id='Output.t-112'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-48' class="method hidden"><code id='sub.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Sub%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-113' class="type"><code id='Output.t-113'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-49' class="method hidden"><code id='sub.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Sub%3CComplex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-114' class="type"><code id='Output.t-114'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-50' class="method hidden"><code id='sub.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Sub%3CComplex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-115' class="type"><code id='Output.t-115'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-51' class="method hidden"><code id='sub.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Sub%3CComplex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-116' class="type"><code id='Output.t-116'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-52' class="method hidden"><code id='sub.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Sub%3CComplex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-117' class="type"><code id='Output.t-117'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-53' class="method hidden"><code id='sub.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Sub%3CComplex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-118' class="type"><code id='Output.t-118'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-54' class="method hidden"><code id='sub.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Sub%3CComplex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-119' class="type"><code id='Output.t-119'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-55' class="method hidden"><code id='sub.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Sub%3CComplex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-120' class="type"><code id='Output.t-120'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-56' class="method hidden"><code id='sub.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Sub%3CComplex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-121' class="type"><code id='Output.t-121'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-57' class="method hidden"><code id='sub.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Sub%3CComplex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-122' class="type"><code id='Output.t-122'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-58' class="method hidden"><code id='sub.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Sub%3CComplex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-123' class="type"><code id='Output.t-123'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-59' class="method hidden"><code id='sub.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Sub%3CComplex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-124' class="type"><code id='Output.t-124'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-60' class="method hidden"><code id='sub.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Sub%3CComplex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-125' class="type"><code id='Output.t-125'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-61' class="method hidden"><code id='sub.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Sub%3CComplex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-126' class="type"><code id='Output.t-126'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-62' class="method hidden"><code id='sub.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Sub%3CComplex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Sub%3CComplex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#992-999' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-127' class="type"><code id='Output.t-127'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.sub-63' class="method hidden"><code id='sub.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#tymethod.sub' class='fnname'>sub</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#996-998' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3C%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#617-624' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-128' class="type"><code id='Output.t-128'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul' class="method hidden"><code id='mul.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#621-623' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#630-637' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-129' class="type"><code id='Output.t-129'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-1' class="method hidden"><code id='mul.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#634-636' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#643-650' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-130' class="type"><code id='Output.t-130'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-2' class="method hidden"><code id='mul.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#647-649' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3CT%3E%3E-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3CComplex%3CT%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#690-699' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-131' class="type"><code id='Output.t-131'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-3' class="method hidden"><code id='mul.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: Self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#694-698' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1052-1059' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-132' class="type"><code id='Output.t-132'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-4' class="method hidden"><code id='mul.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1056-1058' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#924-931' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-133' class="type"><code id='Output.t-133'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-5' class="method hidden"><code id='mul.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#928-930' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;T&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3CT%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#932-939' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-134' class="type"><code id='Output.t-134'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-6' class="method hidden"><code id='mul.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#936-938' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20T%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Mul%3C%26%27a%20T%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#940-947' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-135' class="type"><code id='Output.t-135'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-7' class="method hidden"><code id='mul.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#944-946' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-136' class="type"><code id='Output.t-136'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-8' class="method hidden"><code id='mul.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Mul%3CComplex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-137' class="type"><code id='Output.t-137'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-9' class="method hidden"><code id='mul.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-138' class="type"><code id='Output.t-138'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-10' class="method hidden"><code id='mul.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-139' class="type"><code id='Output.t-139'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-11' class="method hidden"><code id='mul.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Mul%3CComplex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-140' class="type"><code id='Output.t-140'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-12' class="method hidden"><code id='mul.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-141' class="type"><code id='Output.t-141'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-13' class="method hidden"><code id='mul.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-142' class="type"><code id='Output.t-142'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-14' class="method hidden"><code id='mul.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Mul%3CComplex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-143' class="type"><code id='Output.t-143'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-15' class="method hidden"><code id='mul.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-144' class="type"><code id='Output.t-144'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-16' class="method hidden"><code id='mul.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-145' class="type"><code id='Output.t-145'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-17' class="method hidden"><code id='mul.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Mul%3CComplex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-146' class="type"><code id='Output.t-146'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-18' class="method hidden"><code id='mul.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-147' class="type"><code id='Output.t-147'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-19' class="method hidden"><code id='mul.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-148' class="type"><code id='Output.t-148'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-20' class="method hidden"><code id='mul.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Mul%3CComplex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-149' class="type"><code id='Output.t-149'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-21' class="method hidden"><code id='mul.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-150' class="type"><code id='Output.t-150'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-22' class="method hidden"><code id='mul.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-151' class="type"><code id='Output.t-151'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-23' class="method hidden"><code id='mul.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Mul%3CComplex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-152' class="type"><code id='Output.t-152'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-24' class="method hidden"><code id='mul.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-153' class="type"><code id='Output.t-153'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-25' class="method hidden"><code id='mul.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-154' class="type"><code id='Output.t-154'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-26' class="method hidden"><code id='mul.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Mul%3CComplex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-155' class="type"><code id='Output.t-155'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-27' class="method hidden"><code id='mul.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-156' class="type"><code id='Output.t-156'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-28' class="method hidden"><code id='mul.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-157' class="type"><code id='Output.t-157'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-29' class="method hidden"><code id='mul.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Mul%3CComplex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-158' class="type"><code id='Output.t-158'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-30' class="method hidden"><code id='mul.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-159' class="type"><code id='Output.t-159'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-31' class="method hidden"><code id='mul.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-160' class="type"><code id='Output.t-160'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-32' class="method hidden"><code id='mul.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Mul%3CComplex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-161' class="type"><code id='Output.t-161'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-33' class="method hidden"><code id='mul.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-162' class="type"><code id='Output.t-162'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-34' class="method hidden"><code id='mul.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-163' class="type"><code id='Output.t-163'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-35' class="method hidden"><code id='mul.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Mul%3CComplex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-164' class="type"><code id='Output.t-164'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-36' class="method hidden"><code id='mul.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-165' class="type"><code id='Output.t-165'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-37' class="method hidden"><code id='mul.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-166' class="type"><code id='Output.t-166'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-38' class="method hidden"><code id='mul.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Mul%3CComplex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-167' class="type"><code id='Output.t-167'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-39' class="method hidden"><code id='mul.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-168' class="type"><code id='Output.t-168'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-40' class="method hidden"><code id='mul.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-169' class="type"><code id='Output.t-169'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-41' class="method hidden"><code id='mul.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Mul%3CComplex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-170' class="type"><code id='Output.t-170'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-42' class="method hidden"><code id='mul.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-171' class="type"><code id='Output.t-171'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-43' class="method hidden"><code id='mul.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-172' class="type"><code id='Output.t-172'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-44' class="method hidden"><code id='mul.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Mul%3CComplex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-173' class="type"><code id='Output.t-173'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-45' class="method hidden"><code id='mul.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-174' class="type"><code id='Output.t-174'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-46' class="method hidden"><code id='mul.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-175' class="type"><code id='Output.t-175'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-47' class="method hidden"><code id='mul.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Mul%3CComplex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-176' class="type"><code id='Output.t-176'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-48' class="method hidden"><code id='mul.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Mul%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-177' class="type"><code id='Output.t-177'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-49' class="method hidden"><code id='mul.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Mul%3CComplex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-178' class="type"><code id='Output.t-178'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-50' class="method hidden"><code id='mul.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Mul%3CComplex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-179' class="type"><code id='Output.t-179'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-51' class="method hidden"><code id='mul.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Mul%3CComplex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-180' class="type"><code id='Output.t-180'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-52' class="method hidden"><code id='mul.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Mul%3CComplex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-181' class="type"><code id='Output.t-181'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-53' class="method hidden"><code id='mul.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Mul%3CComplex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-182' class="type"><code id='Output.t-182'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-54' class="method hidden"><code id='mul.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Mul%3CComplex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-183' class="type"><code id='Output.t-183'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-55' class="method hidden"><code id='mul.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Mul%3CComplex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-184' class="type"><code id='Output.t-184'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-56' class="method hidden"><code id='mul.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Mul%3CComplex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-185' class="type"><code id='Output.t-185'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-57' class="method hidden"><code id='mul.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Mul%3CComplex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-186' class="type"><code id='Output.t-186'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-58' class="method hidden"><code id='mul.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Mul%3CComplex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-187' class="type"><code id='Output.t-187'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-59' class="method hidden"><code id='mul.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Mul%3CComplex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-188' class="type"><code id='Output.t-188'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-60' class="method hidden"><code id='mul.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Mul%3CComplex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-189' class="type"><code id='Output.t-189'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-61' class="method hidden"><code id='mul.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Mul%3CComplex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-190' class="type"><code id='Output.t-190'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-62' class="method hidden"><code id='mul.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Mul%3CComplex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Mul%3CComplex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1001-1008' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-191' class="type"><code id='Output.t-191'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div><h4 id='method.mul-63' class="method hidden"><code id='mul.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#tymethod.mul' class='fnname'>mul</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output" title="type core::ops::arith::Mul::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1005-1007' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3C%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#617-624' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-192' class="type"><code id='Output.t-192'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div' class="method hidden"><code id='div.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#621-623' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#630-637' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-193' class="type"><code id='Output.t-193'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-1' class="method hidden"><code id='div.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#634-636' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#643-650' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-194' class="type"><code id='Output.t-194'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-2' class="method hidden"><code id='div.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#647-649' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3CT%3E%3E-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3CComplex%3CT%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#726-736' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-195' class="type"><code id='Output.t-195'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-3' class="method hidden"><code id='div.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: Self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#730-735' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1061-1068' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-196' class="type"><code id='Output.t-196'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-4' class="method hidden"><code id='div.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1065-1067' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#924-931' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-197' class="type"><code id='Output.t-197'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-5' class="method hidden"><code id='div.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#928-930' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;T&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3CT%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#932-939' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-198' class="type"><code id='Output.t-198'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-6' class="method hidden"><code id='div.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#936-938' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20T%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Div%3C%26%27a%20T%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#940-947' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-199' class="type"><code id='Output.t-199'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-7' class="method hidden"><code id='div.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#944-946' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-200' class="type"><code id='Output.t-200'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-8' class="method hidden"><code id='div.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Div%3CComplex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-201' class="type"><code id='Output.t-201'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-9' class="method hidden"><code id='div.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-202' class="type"><code id='Output.t-202'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-10' class="method hidden"><code id='div.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-203' class="type"><code id='Output.t-203'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-11' class="method hidden"><code id='div.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Div%3CComplex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-204' class="type"><code id='Output.t-204'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-12' class="method hidden"><code id='div.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-205' class="type"><code id='Output.t-205'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-13' class="method hidden"><code id='div.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-206' class="type"><code id='Output.t-206'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-14' class="method hidden"><code id='div.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Div%3CComplex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-207' class="type"><code id='Output.t-207'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-15' class="method hidden"><code id='div.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-208' class="type"><code id='Output.t-208'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-16' class="method hidden"><code id='div.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-209' class="type"><code id='Output.t-209'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-17' class="method hidden"><code id='div.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Div%3CComplex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-210' class="type"><code id='Output.t-210'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-18' class="method hidden"><code id='div.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-211' class="type"><code id='Output.t-211'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-19' class="method hidden"><code id='div.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-212' class="type"><code id='Output.t-212'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-20' class="method hidden"><code id='div.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Div%3CComplex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-213' class="type"><code id='Output.t-213'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-21' class="method hidden"><code id='div.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-214' class="type"><code id='Output.t-214'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-22' class="method hidden"><code id='div.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-215' class="type"><code id='Output.t-215'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-23' class="method hidden"><code id='div.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Div%3CComplex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-216' class="type"><code id='Output.t-216'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-24' class="method hidden"><code id='div.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-217' class="type"><code id='Output.t-217'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-25' class="method hidden"><code id='div.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-218' class="type"><code id='Output.t-218'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-26' class="method hidden"><code id='div.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Div%3CComplex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-219' class="type"><code id='Output.t-219'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-27' class="method hidden"><code id='div.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-220' class="type"><code id='Output.t-220'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-28' class="method hidden"><code id='div.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-221' class="type"><code id='Output.t-221'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-29' class="method hidden"><code id='div.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Div%3CComplex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-222' class="type"><code id='Output.t-222'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-30' class="method hidden"><code id='div.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-223' class="type"><code id='Output.t-223'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-31' class="method hidden"><code id='div.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-224' class="type"><code id='Output.t-224'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-32' class="method hidden"><code id='div.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Div%3CComplex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-225' class="type"><code id='Output.t-225'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-33' class="method hidden"><code id='div.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-226' class="type"><code id='Output.t-226'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-34' class="method hidden"><code id='div.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-227' class="type"><code id='Output.t-227'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-35' class="method hidden"><code id='div.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Div%3CComplex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-228' class="type"><code id='Output.t-228'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-36' class="method hidden"><code id='div.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-229' class="type"><code id='Output.t-229'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-37' class="method hidden"><code id='div.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-230' class="type"><code id='Output.t-230'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-38' class="method hidden"><code id='div.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Div%3CComplex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-231' class="type"><code id='Output.t-231'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-39' class="method hidden"><code id='div.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-232' class="type"><code id='Output.t-232'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-40' class="method hidden"><code id='div.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-233' class="type"><code id='Output.t-233'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-41' class="method hidden"><code id='div.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Div%3CComplex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-234' class="type"><code id='Output.t-234'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-42' class="method hidden"><code id='div.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-235' class="type"><code id='Output.t-235'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-43' class="method hidden"><code id='div.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-236' class="type"><code id='Output.t-236'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-44' class="method hidden"><code id='div.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Div%3CComplex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-237' class="type"><code id='Output.t-237'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-45' class="method hidden"><code id='div.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-238' class="type"><code id='Output.t-238'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-46' class="method hidden"><code id='div.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-239' class="type"><code id='Output.t-239'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-47' class="method hidden"><code id='div.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Div%3CComplex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-240' class="type"><code id='Output.t-240'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-48' class="method hidden"><code id='div.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Div%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-241' class="type"><code id='Output.t-241'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-49' class="method hidden"><code id='div.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Div%3CComplex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-242' class="type"><code id='Output.t-242'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-50' class="method hidden"><code id='div.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Div%3CComplex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-243' class="type"><code id='Output.t-243'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-51' class="method hidden"><code id='div.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Div%3CComplex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-244' class="type"><code id='Output.t-244'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-52' class="method hidden"><code id='div.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Div%3CComplex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-245' class="type"><code id='Output.t-245'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-53' class="method hidden"><code id='div.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Div%3CComplex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-246' class="type"><code id='Output.t-246'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-54' class="method hidden"><code id='div.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Div%3CComplex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-247' class="type"><code id='Output.t-247'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-55' class="method hidden"><code id='div.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Div%3CComplex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-248' class="type"><code id='Output.t-248'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-56' class="method hidden"><code id='div.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Div%3CComplex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-249' class="type"><code id='Output.t-249'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-57' class="method hidden"><code id='div.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Div%3CComplex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-250' class="type"><code id='Output.t-250'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-58' class="method hidden"><code id='div.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Div%3CComplex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-251' class="type"><code id='Output.t-251'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-59' class="method hidden"><code id='div.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Div%3CComplex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-252' class="type"><code id='Output.t-252'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-60' class="method hidden"><code id='div.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Div%3CComplex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-253' class="type"><code id='Output.t-253'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-61' class="method hidden"><code id='div.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Div%3CComplex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-254' class="type"><code id='Output.t-254'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-62' class="method hidden"><code id='div.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Div%3CComplex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Div%3CComplex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1010-1020' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-255' class="type"><code id='Output.t-255'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div><h4 id='method.div-63' class="method hidden"><code id='div.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#tymethod.div' class='fnname'>div</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output" title="type core::ops::arith::Div::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1014-1019' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3C%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#617-624' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-256' class="type"><code id='Output.t-256'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem' class="method hidden"><code id='rem.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#621-623' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#630-637' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-257' class="type"><code id='Output.t-257'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-1' class="method hidden"><code id='rem.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#634-636' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#643-650' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-258' class="type"><code id='Output.t-258'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-2' class="method hidden"><code id='rem.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#647-649' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3CT%3E%3E-1' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3CComplex%3CT%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#742-753' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-259' class="type"><code id='Output.t-259'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-3' class="method hidden"><code id='rem.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, modulus: Self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#746-752' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1070-1077' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-260' class="type"><code id='Output.t-260'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-4' class="method hidden"><code id='rem.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1074-1076' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#924-931' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-261' class="type"><code id='Output.t-261'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-5' class="method hidden"><code id='rem.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#928-930' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;T&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3CT%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#932-939' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-262' class="type"><code id='Output.t-262'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-6' class="method hidden"><code id='rem.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#936-938' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20T%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Rem%3C%26%27a%20T%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#940-947' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-263' class="type"><code id='Output.t-263'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-7' class="method hidden"><code id='rem.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#944-946' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-264' class="type"><code id='Output.t-264'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-8' class="method hidden"><code id='rem.v-8'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cusize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Rem%3CComplex%3Cusize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-265' class="type"><code id='Output.t-265'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-9' class="method hidden"><code id='rem.v-9'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-266' class="type"><code id='Output.t-266'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-10' class="method hidden"><code id='rem.v-10'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-267' class="type"><code id='Output.t-267'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-11' class="method hidden"><code id='rem.v-11'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Rem%3CComplex%3Cu8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-268' class="type"><code id='Output.t-268'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-12' class="method hidden"><code id='rem.v-12'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-269' class="type"><code id='Output.t-269'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-13' class="method hidden"><code id='rem.v-13'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-270' class="type"><code id='Output.t-270'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-14' class="method hidden"><code id='rem.v-14'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Rem%3CComplex%3Cu16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-271' class="type"><code id='Output.t-271'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-15' class="method hidden"><code id='rem.v-15'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-272' class="type"><code id='Output.t-272'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-16' class="method hidden"><code id='rem.v-16'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-273' class="type"><code id='Output.t-273'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-17' class="method hidden"><code id='rem.v-17'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Rem%3CComplex%3Cu32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-274' class="type"><code id='Output.t-274'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-18' class="method hidden"><code id='rem.v-18'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-275' class="type"><code id='Output.t-275'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-19' class="method hidden"><code id='rem.v-19'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-276' class="type"><code id='Output.t-276'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-20' class="method hidden"><code id='rem.v-20'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Rem%3CComplex%3Cu64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-277' class="type"><code id='Output.t-277'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-21' class="method hidden"><code id='rem.v-21'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-278' class="type"><code id='Output.t-278'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-22' class="method hidden"><code id='rem.v-22'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-279' class="type"><code id='Output.t-279'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-23' class="method hidden"><code id='rem.v-23'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Rem%3CComplex%3Cu128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-280' class="type"><code id='Output.t-280'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-24' class="method hidden"><code id='rem.v-24'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-281' class="type"><code id='Output.t-281'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-25' class="method hidden"><code id='rem.v-25'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-282' class="type"><code id='Output.t-282'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-26' class="method hidden"><code id='rem.v-26'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cisize%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Rem%3CComplex%3Cisize%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-283' class="type"><code id='Output.t-283'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-27' class="method hidden"><code id='rem.v-27'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-284' class="type"><code id='Output.t-284'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-28' class="method hidden"><code id='rem.v-28'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-285' class="type"><code id='Output.t-285'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-29' class="method hidden"><code id='rem.v-29'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci8%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Rem%3CComplex%3Ci8%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-286' class="type"><code id='Output.t-286'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-30' class="method hidden"><code id='rem.v-30'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-287' class="type"><code id='Output.t-287'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-31' class="method hidden"><code id='rem.v-31'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-288' class="type"><code id='Output.t-288'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-32' class="method hidden"><code id='rem.v-32'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci16%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Rem%3CComplex%3Ci16%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-289' class="type"><code id='Output.t-289'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-33' class="method hidden"><code id='rem.v-33'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-290' class="type"><code id='Output.t-290'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-34' class="method hidden"><code id='rem.v-34'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-291' class="type"><code id='Output.t-291'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-35' class="method hidden"><code id='rem.v-35'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Rem%3CComplex%3Ci32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-292' class="type"><code id='Output.t-292'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-36' class="method hidden"><code id='rem.v-36'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-293' class="type"><code id='Output.t-293'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-37' class="method hidden"><code id='rem.v-37'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-294' class="type"><code id='Output.t-294'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-38' class="method hidden"><code id='rem.v-38'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Rem%3CComplex%3Ci64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-295' class="type"><code id='Output.t-295'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-39' class="method hidden"><code id='rem.v-39'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-296' class="type"><code id='Output.t-296'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-40' class="method hidden"><code id='rem.v-40'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-297' class="type"><code id='Output.t-297'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-41' class="method hidden"><code id='rem.v-41'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci128%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Rem%3CComplex%3Ci128%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-298' class="type"><code id='Output.t-298'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-42' class="method hidden"><code id='rem.v-42'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-299' class="type"><code id='Output.t-299'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-43' class="method hidden"><code id='rem.v-43'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-300' class="type"><code id='Output.t-300'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-44' class="method hidden"><code id='rem.v-44'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cf32%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Rem%3CComplex%3Cf32%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-301' class="type"><code id='Output.t-301'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-45' class="method hidden"><code id='rem.v-45'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-302' class="type"><code id='Output.t-302'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-46' class="method hidden"><code id='rem.v-46'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#949-956' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-303' class="type"><code id='Output.t-303'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-47' class="method hidden"><code id='rem.v-47'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#953-955' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cf64%3E%3E' class='impl'><code class='in-band'>impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Rem%3CComplex%3Cf64%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#957-964' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-304' class="type"><code id='Output.t-304'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-48' class="method hidden"><code id='rem.v-48'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#961-963' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl&lt;'a, 'b&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for &amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Rem%3C%26%27a%20Complex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#965-972' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-305' class="type"><code id='Output.t-305'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-49' class="method hidden"><code id='rem.v-49'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#969-971' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cusize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><a href='#impl-Rem%3CComplex%3Cusize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-306' class="type"><code id='Output.t-306'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-50' class="method hidden"><code id='rem.v-50'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><a href='#impl-Rem%3CComplex%3Cu8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-307' class="type"><code id='Output.t-307'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-51' class="method hidden"><code id='rem.v-51'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><a href='#impl-Rem%3CComplex%3Cu16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-308' class="type"><code id='Output.t-308'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-52' class="method hidden"><code id='rem.v-52'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><a href='#impl-Rem%3CComplex%3Cu32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-309' class="type"><code id='Output.t-309'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-53' class="method hidden"><code id='rem.v-53'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><a href='#impl-Rem%3CComplex%3Cu64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-310' class="type"><code id='Output.t-310'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-54' class="method hidden"><code id='rem.v-54'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cu128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a></code><a href='#impl-Rem%3CComplex%3Cu128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-311' class="type"><code id='Output.t-311'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-55' class="method hidden"><code id='rem.v-55'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cisize%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><a href='#impl-Rem%3CComplex%3Cisize%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-312' class="type"><code id='Output.t-312'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-56' class="method hidden"><code id='rem.v-56'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci8%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><a href='#impl-Rem%3CComplex%3Ci8%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-313' class="type"><code id='Output.t-313'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-57' class="method hidden"><code id='rem.v-57'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci16%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><a href='#impl-Rem%3CComplex%3Ci16%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-314' class="type"><code id='Output.t-314'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-58' class="method hidden"><code id='rem.v-58'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><a href='#impl-Rem%3CComplex%3Ci32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-315' class="type"><code id='Output.t-315'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-59' class="method hidden"><code id='rem.v-59'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><a href='#impl-Rem%3CComplex%3Ci64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-316' class="type"><code id='Output.t-316'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-60' class="method hidden"><code id='rem.v-60'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Ci128%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a></code><a href='#impl-Rem%3CComplex%3Ci128%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-317' class="type"><code id='Output.t-317'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-61' class="method hidden"><code id='rem.v-61'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cf32%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><a href='#impl-Rem%3CComplex%3Cf32%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-318' class="type"><code id='Output.t-318'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-62' class="method hidden"><code id='rem.v-62'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Rem%3CComplex%3Cf64%3E%3E-1' class='impl'><code class='in-band'>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;&gt; for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><a href='#impl-Rem%3CComplex%3Cf64%3E%3E-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1022-1029' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-319' class="type"><code id='Output.t-319'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div><h4 id='method.rem-63' class="method hidden"><code id='rem.v-63'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#tymethod.rem' class='fnname'>rem</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output" title="type core::ops::arith::Rem::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1026-1028' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%</code> operation.</p>
</div></div><h3 id='impl-Neg' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Neg' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#886-893' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-320' class="type"><code id='Output.t-320'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.neg' class="method hidden"><code id='neg.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#tymethod.neg' class='fnname'>neg</a>(self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output" title="type core::ops::arith::Neg::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#890-892' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the unary <code>-</code> operation.</p>
</div></div><h3 id='impl-Neg-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a> for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Neg-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#895-902' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-321' class="type"><code id='Output.t-321'>type <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div><h4 id='method.neg-1' class="method hidden"><code id='neg.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#tymethod.neg' class='fnname'>neg</a>(self) -&gt; Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html#associatedtype.Output" title="type core::ops::arith::Neg::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#899-901' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the unary <code>-</code> operation.</p>
</div></div><h3 id='impl-AddAssign%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-AddAssign%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#764-769' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.add_assign' class="method hidden"><code id='add_assign.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#765-768' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-AddAssign%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-AddAssign%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#818-822' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.add_assign-1' class="method hidden"><code id='add_assign.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#819-821' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-AddAssign%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#852-857' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.add_assign-2' class="method hidden"><code id='add_assign.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#854-856' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-AddAssign%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-AddAssign%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#858-863' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.add_assign-3' class="method hidden"><code id='add_assign.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html#tymethod.add_assign' class='fnname'>add_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#860-862' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>+=</code> operation.</p>
</div></div><h3 id='impl-SubAssign%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-SubAssign%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#771-776' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sub_assign' class="method hidden"><code id='sub_assign.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#772-775' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-SubAssign%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-SubAssign%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#824-828' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sub_assign-1' class="method hidden"><code id='sub_assign.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#825-827' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-SubAssign%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#852-857' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sub_assign-2' class="method hidden"><code id='sub_assign.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#854-856' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-SubAssign%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-SubAssign%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#858-863' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sub_assign-3' class="method hidden"><code id='sub_assign.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html#tymethod.sub_assign' class='fnname'>sub_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#860-862' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>-=</code> operation.</p>
</div></div><h3 id='impl-MulAssign%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAssign%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#778-782' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_assign' class="method hidden"><code id='mul_assign.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#779-781' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-MulAssign%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAssign%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#830-835' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_assign-1' class="method hidden"><code id='mul_assign.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#831-834' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAssign%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#852-857' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_assign-2' class="method hidden"><code id='mul_assign.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#854-856' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-MulAssign%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAssign%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#858-863' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_assign-3' class="method hidden"><code id='mul_assign.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html#tymethod.mul_assign' class='fnname'>mul_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#860-862' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>*=</code> operation.</p>
</div></div><h3 id='impl-DivAssign%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-DivAssign%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#806-810' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.div_assign' class="method hidden"><code id='div_assign.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#807-809' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-DivAssign%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-DivAssign%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#837-842' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.div_assign-1' class="method hidden"><code id='div_assign.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#838-841' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-DivAssign%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#852-857' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.div_assign-2' class="method hidden"><code id='div_assign.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#854-856' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-DivAssign%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-DivAssign%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#858-863' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.div_assign-3' class="method hidden"><code id='div_assign.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html#tymethod.div_assign' class='fnname'>div_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#860-862' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>/=</code> operation.</p>
</div></div><h3 id='impl-RemAssign%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-RemAssign%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#812-816' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.rem_assign' class="method hidden"><code id='rem_assign.v'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#813-815' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-RemAssign%3CT%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a>&lt;T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-RemAssign%3CT%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#844-848' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.rem_assign-1' class="method hidden"><code id='rem_assign.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#845-847' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-RemAssign%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#872-877' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.rem_assign-2' class="method hidden"><code id='rem_assign.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#874-876' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-RemAssign%3C%26%27a%20T%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'a </a>T&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-RemAssign%3C%26%27a%20T%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#878-883' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.rem_assign-3' class="method hidden"><code id='rem_assign.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html#tymethod.rem_assign' class='fnname'>rem_assign</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T)</code><a class='srclink' href='../src/num_complex/lib.rs.html#880-882' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the <code>%=</code> operation.</p>
</div></div><h3 id='impl-UpperExp' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperExp.html" title="trait core::fmt::UpperExp">UpperExp</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperExp.html" title="trait core::fmt::UpperExp">UpperExp</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-UpperExp' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1230-1237' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt' class="method hidden"><code id='fmt.v'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.UpperExp.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1234-1236' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-Debug' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Debug' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-1' class="method hidden"><code id='fmt.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-LowerExp' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerExp.html" title="trait core::fmt::LowerExp">LowerExp</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerExp.html" title="trait core::fmt::LowerExp">LowerExp</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-LowerExp' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1221-1228' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-2' class="method hidden"><code id='fmt.v-2'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.LowerExp.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1225-1227' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-Display' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-Display' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1212-1219' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-3' class="method hidden"><code id='fmt.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1216-1218' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></p>
</div></div><h3 id='impl-FromStr' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html" title="trait core::str::FromStr">FromStr</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html" title="trait core::str::FromStr">FromStr</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-FromStr' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1374-1384' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Err' class="type"><code id='Err.t'>type <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#associatedtype.Err' class="type">Err</a> = <a class="struct" href="../num_complex/struct.ParseComplexError.html" title="struct num_complex::ParseComplexError">ParseComplexError</a>&lt;T::<a class="type" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#associatedtype.Err" title="type core::str::FromStr::Err">Err</a>&gt;</code></h4><div class='docblock'><p>The associated error which can be returned from parsing.</p>
</div><h4 id='method.from_str' class="method"><code id='from_str.v'>fn <a href='https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#tymethod.from_str' class='fnname'>from_str</a>(s: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, Self::<a class="type" href="https://doc.rust-lang.org/nightly/core/str/trait.FromStr.html#associatedtype.Err" title="type core::str::FromStr::Err">Err</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#1381-1383' title='goto source code'>[src]</a></h4><div class='docblock'><p>Parses <code>a +/- bi</code>; <code>ai +/- b</code>; <code>a</code>; or <code>bi</code> where <code>a</code> and <code>b</code> are of type <code>T</code></p>
</div></div><h3 id='impl-Octal' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html" title="trait core::fmt::Octal">Octal</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html" title="trait core::fmt::Octal">Octal</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-Octal' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1257-1264' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-4' class="method hidden"><code id='fmt.v-4'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Octal.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1261-1263' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-Binary' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-Binary' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1266-1273' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-5' class="method hidden"><code id='fmt.v-5'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Binary.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1270-1272' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-LowerHex' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html" title="trait core::fmt::LowerHex">LowerHex</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html" title="trait core::fmt::LowerHex">LowerHex</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-LowerHex' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1239-1246' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-6' class="method hidden"><code id='fmt.v-6'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1243-1245' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-UpperHex' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex">UpperHex</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex">UpperHex</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-UpperHex' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1248-1255' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.fmt-7' class="method hidden"><code id='fmt.v-7'>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1252-1254' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter.</p>
</div></div><h3 id='impl-Copy' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Copy' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-Product%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html" title="trait core::iter::traits::accum::Product">Product</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Product%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1415-1422' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.product' class="method hidden"><code id='product.v'>fn <a href='https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html#tymethod.product' class='fnname'>product</a>&lt;I&gt;(iter: I) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = Self&gt;,&nbsp;</span></code><a class='srclink' href='../src/num_complex/lib.rs.html#1416-1421' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Method which takes an iterator and generates <code>Self</code> from the elements by multiplying the items. <a href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html#tymethod.product">Read more</a></p>
</div></div><h3 id='impl-Product%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;'a + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html" title="trait core::iter::traits::accum::Product">Product</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Product%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1424-1431' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.product-1' class="method hidden"><code id='product.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html#tymethod.product' class='fnname'>product</a>&lt;I&gt;(iter: I) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt;,&nbsp;</span></code><a class='srclink' href='../src/num_complex/lib.rs.html#1425-1430' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Method which takes an iterator and generates <code>Self</code> from the elements by multiplying the items. <a href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Product.html#tymethod.product">Read more</a></p>
</div></div><h3 id='impl-Sum%3CComplex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html" title="trait core::iter::traits::accum::Sum">Sum</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sum%3CComplex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1397-1404' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sum' class="method hidden"><code id='sum.v'>fn <a href='https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html#tymethod.sum' class='fnname'>sum</a>&lt;I&gt;(iter: I) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = Self&gt;,&nbsp;</span></code><a class='srclink' href='../src/num_complex/lib.rs.html#1398-1403' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Method which takes an iterator and generates <code>Self</code> from the elements by &quot;summing up&quot; the items. <a href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html#tymethod.sum">Read more</a></p>
</div></div><h3 id='impl-Sum%3C%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;'a + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html" title="trait core::iter::traits::accum::Sum">Sum</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Sum%3C%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1406-1413' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.sum-1' class="method hidden"><code id='sum.v-1'>fn <a href='https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html#tymethod.sum' class='fnname'>sum</a>&lt;I&gt;(iter: I) -&gt; Self <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt;,&nbsp;</span></code><a class='srclink' href='../src/num_complex/lib.rs.html#1407-1412' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Method which takes an iterator and generates <code>Self</code> from the elements by &quot;summing up&quot; the items. <a href="https://doc.rust-lang.org/nightly/core/iter/traits/accum/trait.Sum.html#tymethod.sum">Read more</a></p>
</div></div><h3 id='impl-Clone' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Clone' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.clone' class="method hidden"><code id='clone.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class="method hidden"><code id='clone_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>Self)</code><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/clone.rs.html#131-133' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div><h3 id='impl-Default' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Default' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.default' class="method hidden"><code id='default.v'>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#83' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the &quot;default value&quot; for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></div><h3 id='impl-ToPrimitive' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/cast/trait.ToPrimitive.html" title="trait num_traits::cast::ToPrimitive">ToPrimitive</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/cast/trait.ToPrimitive.html" title="trait num_traits::cast::ToPrimitive">ToPrimitive</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-ToPrimitive' class='anchor'></a><a class='srclink' href='../src/num_complex/cast.rs.html#14-31' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_usize' class="method hidden"><code id='to_usize.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_usize' class='fnname'>to_usize</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to a <code>usize</code>.</p>
</div><h4 id='method.to_isize' class="method hidden"><code id='to_isize.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_isize' class='fnname'>to_isize</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>isize</code>.</p>
</div><h4 id='method.to_u8' class="method hidden"><code id='to_u8.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_u8' class='fnname'>to_u8</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u8</code>.</p>
</div><h4 id='method.to_u16' class="method hidden"><code id='to_u16.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_u16' class='fnname'>to_u16</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u16</code>.</p>
</div><h4 id='method.to_u32' class="method hidden"><code id='to_u32.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_u32' class='fnname'>to_u32</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u32</code>.</p>
</div><h4 id='method.to_u64' class="method hidden"><code id='to_u64.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#tymethod.to_u64' class='fnname'>to_u64</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u64</code>.</p>
</div><h4 id='method.to_i8' class="method hidden"><code id='to_i8.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_i8' class='fnname'>to_i8</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i8</code>.</p>
</div><h4 id='method.to_i16' class="method hidden"><code id='to_i16.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_i16' class='fnname'>to_i16</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i16</code>.</p>
</div><h4 id='method.to_i32' class="method hidden"><code id='to_i32.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_i32' class='fnname'>to_i32</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i32</code>.</p>
</div><h4 id='method.to_i64' class="method hidden"><code id='to_i64.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#tymethod.to_i64' class='fnname'>to_i64</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i64</code>.</p>
</div><h4 id='method.to_u128' class="method hidden"><code id='to_u128.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_u128' class='fnname'>to_u128</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>u128</code>. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u128">Read more</a></p>
</div><h4 id='method.to_i128' class="method hidden"><code id='to_i128.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_i128' class='fnname'>to_i128</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>i128</code>. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i128">Read more</a></p>
</div><h4 id='method.to_f32' class="method hidden"><code id='to_f32.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_f32' class='fnname'>to_f32</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>f32</code>.</p>
</div><h4 id='method.to_f64' class="method hidden"><code id='to_f64.v'>fn <a href='../num_traits/cast/trait.ToPrimitive.html#method.to_f64' class='fnname'>to_f64</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#7-9' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the value of <code>self</code> to an <code>f64</code>.</p>
</div></div><h3 id='impl-FromPrimitive' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/cast/trait.FromPrimitive.html" title="trait num_traits::cast::FromPrimitive">FromPrimitive</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/cast/trait.FromPrimitive.html" title="trait num_traits::cast::FromPrimitive">FromPrimitive</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-FromPrimitive' class='anchor'></a><a class='srclink' href='../src/num_complex/cast.rs.html#45-62' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from_usize' class="method hidden"><code id='from_usize.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_usize' class='fnname'>from_usize</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>usize</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_usize">Read more</a></p>
</div><h4 id='method.from_isize' class="method hidden"><code id='from_isize.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_isize' class='fnname'>from_isize</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>isize</code> to return an optional value of this type. If the value cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_isize">Read more</a></p>
</div><h4 id='method.from_u8' class="method hidden"><code id='from_u8.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_u8' class='fnname'>from_u8</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u8</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u8">Read more</a></p>
</div><h4 id='method.from_u16' class="method hidden"><code id='from_u16.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_u16' class='fnname'>from_u16</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u16</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u16">Read more</a></p>
</div><h4 id='method.from_u32' class="method hidden"><code id='from_u32.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_u32' class='fnname'>from_u32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u32">Read more</a></p>
</div><h4 id='method.from_u64' class="method hidden"><code id='from_u64.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#tymethod.from_u64' class='fnname'>from_u64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_u64">Read more</a></p>
</div><h4 id='method.from_i8' class="method hidden"><code id='from_i8.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_i8' class='fnname'>from_i8</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i8</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i8">Read more</a></p>
</div><h4 id='method.from_i16' class="method hidden"><code id='from_i16.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_i16' class='fnname'>from_i16</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i16</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i16">Read more</a></p>
</div><h4 id='method.from_i32' class="method hidden"><code id='from_i32.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_i32' class='fnname'>from_i32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i32">Read more</a></p>
</div><h4 id='method.from_i64' class="method hidden"><code id='from_i64.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#tymethod.from_i64' class='fnname'>from_i64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_i64">Read more</a></p>
</div><h4 id='method.from_u128' class="method hidden"><code id='from_u128.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_u128' class='fnname'>from_u128</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>u128</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u128">Read more</a></p>
</div><h4 id='method.from_i128' class="method hidden"><code id='from_i128.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_i128' class='fnname'>from_i128</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert an <code>i128</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i128">Read more</a></p>
</div><h4 id='method.from_f32' class="method hidden"><code id='from_f32.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_f32' class='fnname'>from_f32</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>f32</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f32">Read more</a></p>
</div><h4 id='method.from_f64' class="method hidden"><code id='from_f64.v'>fn <a href='../num_traits/cast/trait.FromPrimitive.html#method.from_f64' class='fnname'>from_f64</a>(n: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#36-41' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a <code>f64</code> to return an optional value of this type. If the type cannot be represented by this value, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f64">Read more</a></p>
</div></div><h3 id='impl-NumCast' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/cast/trait.NumCast.html" title="trait num_traits::cast::NumCast">NumCast</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/cast/trait.NumCast.html" title="trait num_traits::cast::NumCast">NumCast</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-NumCast' class='anchor'></a><a class='srclink' href='../src/num_complex/cast.rs.html#64-71' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-2' class="method hidden"><code id='from.v-2'>fn <a href='../num_traits/cast/trait.NumCast.html#tymethod.from' class='fnname'>from</a>&lt;U:&nbsp;<a class="trait" href="../num_traits/cast/trait.ToPrimitive.html" title="trait num_traits::cast::ToPrimitive">ToPrimitive</a>&gt;(n: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;</code><a class='srclink' href='../src/num_complex/cast.rs.html#65-70' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates a number from another value that can be converted into a primitive via the <code>ToPrimitive</code> trait. <a href="../num_traits/cast/trait.NumCast.html#tymethod.from">Read more</a></p>
</div></div><h3 id='impl-AsPrimitive%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="../num_traits/cast/trait.AsPrimitive.html" title="trait num_traits::cast::AsPrimitive">AsPrimitive</a>&lt;U&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../num_traits/cast/trait.AsPrimitive.html" title="trait num_traits::cast::AsPrimitive">AsPrimitive</a>&lt;U&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;U: 'static + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>,&nbsp;</span></code><a href='#impl-AsPrimitive%3CU%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/cast.rs.html#73-81' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.as_' class="method hidden"><code id='as_.v'>fn <a href='../num_traits/cast/trait.AsPrimitive.html#tymethod.as_' class='fnname'>as_</a>(self) -&gt; U</code><a class='srclink' href='../src/num_complex/cast.rs.html#78-80' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Convert a value to another, using the <code>as</code> operator.</p>
</div></div><h3 id='impl-Num' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Num' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1386-1395' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.FromStrRadixErr' class="type"><code id='FromStrRadixErr.t'>type <a href='../num_traits/trait.Num.html#associatedtype.FromStrRadixErr' class="type">FromStrRadixErr</a> = <a class="struct" href="../num_complex/struct.ParseComplexError.html" title="struct num_complex::ParseComplexError">ParseComplexError</a>&lt;T::<a class="type" href="../num_traits/trait.Num.html#associatedtype.FromStrRadixErr" title="type num_traits::Num::FromStrRadixErr">FromStrRadixErr</a>&gt;</code></h4><h4 id='method.from_str_radix' class="method"><code id='from_str_radix.v'>fn <a href='../num_traits/trait.Num.html#tymethod.from_str_radix' class='fnname'>from_str_radix</a>(s: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, radix: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, Self::<a class="type" href="../num_traits/trait.Num.html#associatedtype.FromStrRadixErr" title="type num_traits::Num::FromStrRadixErr">FromStrRadixErr</a>&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#1390-1394' title='goto source code'>[src]</a></h4><div class='docblock'><p>Parses <code>a +/- bi</code>; <code>ai +/- b</code>; <code>a</code>; or <code>bi</code> where <code>a</code> and <code>b</code> are of type <code>T</code></p>
</div></div><h3 id='impl-Zero' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/identities/trait.Zero.html" title="trait num_traits::identities::Zero">Zero</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Zero' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1085-1101' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.zero' class="method hidden"><code id='zero.v'>fn <a href='../num_traits/identities/trait.Zero.html#tymethod.zero' class='fnname'>zero</a>() -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#1087-1089' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the additive identity element of <code>Self</code>, <code>0</code>. # Purity <a href="../num_traits/identities/trait.Zero.html#tymethod.zero">Read more</a></p>
</div><h4 id='method.is_zero' class="method hidden"><code id='is_zero.v'>fn <a href='../num_traits/identities/trait.Zero.html#tymethod.is_zero' class='fnname'>is_zero</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1092-1094' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if <code>self</code> is equal to the additive identity.</p>
</div><h4 id='method.set_zero' class="method hidden"><code id='set_zero.v'>fn <a href='../num_traits/identities/trait.Zero.html#method.set_zero' class='fnname'>set_zero</a>(&amp;mut self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#1097-1100' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Sets <code>self</code> to the additive identity element of <code>Self</code>, <code>0</code>.</p>
</div></div><h3 id='impl-One' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/identities/trait.One.html" title="trait num_traits::identities::One">One</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-One' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#1103-1119' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.one' class="method hidden"><code id='one.v'>fn <a href='../num_traits/identities/trait.One.html#tymethod.one' class='fnname'>one</a>() -&gt; Self</code><a class='srclink' href='../src/num_complex/lib.rs.html#1105-1107' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the multiplicative identity element of <code>Self</code>, <code>1</code>. <a href="../num_traits/identities/trait.One.html#tymethod.one">Read more</a></p>
</div><h4 id='method.is_one' class="method hidden"><code id='is_one.v'>fn <a href='../num_traits/identities/trait.One.html#method.is_one' class='fnname'>is_one</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#1110-1112' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>true</code> if <code>self</code> is equal to the multiplicative identity. <a href="../num_traits/identities/trait.One.html#method.is_one">Read more</a></p>
</div><h4 id='method.set_one' class="method hidden"><code id='set_one.v'>fn <a href='../num_traits/identities/trait.One.html#method.set_one' class='fnname'>set_one</a>(&amp;mut self)</code><a class='srclink' href='../src/num_complex/lib.rs.html#1115-1118' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Sets <code>self</code> to the multiplicative identity element of <code>Self</code>, <code>1</code>.</p>
</div></div><h3 id='impl-Inv' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/ops/inv/trait.Inv.html" title="trait num_traits::ops::inv::Inv">Inv</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Inv' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#904-911' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-322' class="type"><code id='Output.t-322'>type <a href='../num_traits/ops/inv/trait.Inv.html#associatedtype.Output' class="type">Output</a> = Self</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.inv-1' class="method hidden"><code id='inv.v-1'>fn <a href='../num_traits/ops/inv/trait.Inv.html#tymethod.inv' class='fnname'>inv</a>(self) -&gt; Self::<a class="type" href="../num_traits/ops/inv/trait.Inv.html#associatedtype.Output" title="type num_traits::ops::inv::Inv::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#908-910' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the multiplicative inverse of <code>self</code>. <a href="../num_traits/ops/inv/trait.Inv.html#tymethod.inv">Read more</a></p>
</div></div><h3 id='impl-Inv-1' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/ops/inv/trait.Inv.html" title="trait num_traits::ops::inv::Inv">Inv</a> for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Inv-1' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#913-920' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-323' class="type"><code id='Output.t-323'>type <a href='../num_traits/ops/inv/trait.Inv.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.inv-2' class="method hidden"><code id='inv.v-2'>fn <a href='../num_traits/ops/inv/trait.Inv.html#tymethod.inv' class='fnname'>inv</a>(self) -&gt; Self::<a class="type" href="../num_traits/ops/inv/trait.Inv.html#associatedtype.Output" title="type num_traits::ops::inv::Inv::Output">Output</a></code><a class='srclink' href='../src/num_complex/lib.rs.html#917-919' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns the multiplicative inverse of <code>self</code>. <a href="../num_traits/ops/inv/trait.Inv.html#tymethod.inv">Read more</a></p>
</div></div><h3 id='impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="../num_traits/ops/mul_add/trait.MulAdd.html" title="trait num_traits::ops::mul_add::MulAdd">MulAdd</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/ops/mul_add/trait.MulAdd.html" title="trait num_traits::ops::mul_add::MulAdd">MulAdd</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAdd%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#702-712' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-324' class="type"><code id='Output.t-324'>type <a href='../num_traits/ops/mul_add/trait.MulAdd.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the fused multiply-add.</p>
</div><h4 id='method.mul_add' class="method hidden"><code id='mul_add.v'>fn <a href='../num_traits/ops/mul_add/trait.MulAdd.html#tymethod.mul_add' class='fnname'>mul_add</a>(self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, add: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#706-711' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the fused multiply-add operation.</p>
</div></div><h3 id='impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="../num_traits/ops/mul_add/trait.MulAdd.html" title="trait num_traits::ops::mul_add::MulAdd">MulAdd</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/ops/mul_add/trait.MulAdd.html" title="trait num_traits::ops::mul_add::MulAdd">MulAdd</a>&lt;&amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAdd%3C%26%27b%20Complex%3CT%3E%2C%20%26%27a%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#713-720' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-325' class="type"><code id='Output.t-325'>type <a href='../num_traits/ops/mul_add/trait.MulAdd.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The resulting type after applying the fused multiply-add.</p>
</div><h4 id='method.mul_add-1' class="method hidden"><code id='mul_add.v-1'>fn <a href='../num_traits/ops/mul_add/trait.MulAdd.html#tymethod.mul_add' class='fnname'>mul_add</a>(self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, add: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;) -&gt; <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a class='srclink' href='../src/num_complex/lib.rs.html#717-719' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the fused multiply-add operation.</p>
</div></div><h3 id='impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a> + <a class="trait" href="../num_traits/ops/mul_add/trait.MulAddAssign.html" title="trait num_traits::ops::mul_add::MulAddAssign">MulAddAssign</a>&gt; <a class="trait" href="../num_traits/ops/mul_add/trait.MulAddAssign.html" title="trait num_traits::ops::mul_add::MulAddAssign">MulAddAssign</a>&lt;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAddAssign%3CComplex%3CT%3E%2C%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#785-796' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_add_assign' class="method hidden"><code id='mul_add_assign.v'>fn <a href='../num_traits/ops/mul_add/trait.MulAddAssign.html#tymethod.mul_add_assign' class='fnname'>mul_add_assign</a>(&amp;mut self, other: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, add: <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;)</code><a class='srclink' href='../src/num_complex/lib.rs.html#786-795' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the fused multiply-add operation.</p>
</div></div><h3 id='impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a> + <a class="trait" href="../num_traits/ops/mul_add/trait.MulAddAssign.html" title="trait num_traits::ops::mul_add::MulAddAssign">MulAddAssign</a>&gt; <a class="trait" href="../num_traits/ops/mul_add/trait.MulAddAssign.html" title="trait num_traits::ops::mul_add::MulAddAssign">MulAddAssign</a>&lt;&amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, &amp;'b <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;&gt; for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-MulAddAssign%3C%26%27a%20Complex%3CT%3E%2C%20%26%27b%20Complex%3CT%3E%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/lib.rs.html#798-804' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.mul_add_assign-1' class="method hidden"><code id='mul_add_assign.v-1'>fn <a href='../num_traits/ops/mul_add/trait.MulAddAssign.html#tymethod.mul_add_assign' class='fnname'>mul_add_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;, add: &amp;<a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;)</code><a class='srclink' href='../src/num_complex/lib.rs.html#801-803' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the fused multiply-add operation.</p>
</div></div><h3 id='impl-Pow%3Cu8%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cu8%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-326' class="type"><code id='Output.t-326'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow' class="method hidden"><code id='pow.v'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20u8%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20u8%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-327' class="type"><code id='Output.t-327'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-1' class="method hidden"><code id='pow.v-1'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Ci8%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Ci8%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-328' class="type"><code id='Output.t-328'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-2' class="method hidden"><code id='pow.v-2'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20i8%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20i8%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-329' class="type"><code id='Output.t-329'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-3' class="method hidden"><code id='pow.v-3'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cu16%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cu16%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-330' class="type"><code id='Output.t-330'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-4' class="method hidden"><code id='pow.v-4'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20u16%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20u16%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-331' class="type"><code id='Output.t-331'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-5' class="method hidden"><code id='pow.v-5'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Ci16%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Ci16%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-332' class="type"><code id='Output.t-332'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-6' class="method hidden"><code id='pow.v-6'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20i16%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20i16%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-333' class="type"><code id='Output.t-333'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-7' class="method hidden"><code id='pow.v-7'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cu32%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cu32%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-334' class="type"><code id='Output.t-334'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-8' class="method hidden"><code id='pow.v-8'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20u32%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20u32%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-335' class="type"><code id='Output.t-335'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-9' class="method hidden"><code id='pow.v-9'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Ci32%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Ci32%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-336' class="type"><code id='Output.t-336'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-10' class="method hidden"><code id='pow.v-10'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20i32%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20i32%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-337' class="type"><code id='Output.t-337'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-11' class="method hidden"><code id='pow.v-11'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cu64%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cu64%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-338' class="type"><code id='Output.t-338'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-12' class="method hidden"><code id='pow.v-12'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20u64%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20u64%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-339' class="type"><code id='Output.t-339'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-13' class="method hidden"><code id='pow.v-13'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Ci64%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Ci64%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-340' class="type"><code id='Output.t-340'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-14' class="method hidden"><code id='pow.v-14'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20i64%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20i64%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-341' class="type"><code id='Output.t-341'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-15' class="method hidden"><code id='pow.v-15'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cusize%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cusize%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-342' class="type"><code id='Output.t-342'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-16' class="method hidden"><code id='pow.v-16'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20usize%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20usize%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-343' class="type"><code id='Output.t-343'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-17' class="method hidden"><code id='pow.v-17'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cisize%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cisize%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-344' class="type"><code id='Output.t-344'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-18' class="method hidden"><code id='pow.v-18'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20isize%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20isize%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-345' class="type"><code id='Output.t-345'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-19' class="method hidden"><code id='pow.v-19'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Cu128%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Cu128%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#10-39' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-346' class="type"><code id='Output.t-346'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-20' class="method hidden"><code id='pow.v-20'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#14-38' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20u128%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a>&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20u128%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#41-48' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-347' class="type"><code id='Output.t-347'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-21' class="method hidden"><code id='pow.v-21'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u128.html">u128</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#45-47' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3Ci128%3E' class='impl'><code class='in-band'>impl&lt;'a, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3Ci128%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#50-61' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-348' class="type"><code id='Output.t-348'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-22' class="method hidden"><code id='pow.v-22'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#54-60' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div><h3 id='impl-Pow%3C%26%27b%20i128%3E' class='impl'><code class='in-band'>impl&lt;'a, 'b, T:&nbsp;<a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Neg.html" title="trait core::ops::arith::Neg">Neg</a>&lt;Output = T&gt;&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>&gt; for &amp;'a <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code><a href='#impl-Pow%3C%26%27b%20i128%3E' class='anchor'></a><a class='srclink' href='../src/num_complex/pow.rs.html#63-70' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Output-349' class="type"><code id='Output.t-349'>type <a href='../num_traits/pow/trait.Pow.html#associatedtype.Output' class="type">Output</a> = <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt;</code></h4><div class='docblock'><p>The result after applying the operator.</p>
</div><h4 id='method.pow-23' class="method hidden"><code id='pow.v-23'>fn <a href='../num_traits/pow/trait.Pow.html#tymethod.pow' class='fnname'>pow</a>(self, exp: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i128.html">i128</a>) -&gt; Self::<a class="type" href="../num_traits/pow/trait.Pow.html#associatedtype.Output" title="type num_traits::pow::Pow::Output">Output</a></code><a class='srclink' href='../src/num_complex/pow.rs.html#67-69' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></p>
</div></div></div><h2 id='synthetic-implementations' class='small-section-header'>Auto Trait Implementations<a href='#synthetic-implementations' class='anchor'></a></h2><div id='synthetic-implementations-list'><h3 id='impl-Unpin' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,&nbsp;</span></code><a href='#impl-Unpin' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Send' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,&nbsp;</span></code><a href='#impl-Send' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-Sync' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,&nbsp;</span></code><a href='#impl-Sync' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-UnwindSafe' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a>,&nbsp;</span></code><a href='#impl-UnwindSafe' class='anchor'></a></h3><div class='impl-items'></div><h3 id='impl-RefUnwindSafe' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../num_complex/struct.Complex.html" title="struct num_complex::Complex">Complex</a>&lt;T&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a>,&nbsp;</span></code><a href='#impl-RefUnwindSafe' class='anchor'></a></h3><div class='impl-items'></div></div><h2 id='blanket-implementations' class='small-section-header'>Blanket Implementations<a href='#blanket-implementations' class='anchor'></a></h2><div id='blanket-implementations-list'><h3 id='impl-From%3CT%3E-1' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</code><a href='#impl-From%3CT%3E-1' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#553-555' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.from-3' class="method hidden"><code id='from.v-3'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(t: T) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#554' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryFrom%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryFrom%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#572-578' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error' class="type"><code id='Error.t'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error' class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_from' class="method hidden"><code id='try_from.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from' class='fnname'>try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#575-577' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Into%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-Into%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#544-549' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.into' class="method hidden"><code id='into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into' class='fnname'>into</a>(self) -&gt; U</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#546-548' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-TryInto%3CU%3E' class='impl'><code class='in-band'>impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-TryInto%3CU%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#560-567' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Error-1' class="type"><code id='Error.t-1'>type <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error' class="type">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4 id='method.try_into' class="method hidden"><code id='try_into.v'>fn <a href='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into' class='fnname'>try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#564-566' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3 id='impl-Borrow%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Borrow%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow' class="method hidden"><code id='borrow.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow' class='fnname'>borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;</a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3 id='impl-BorrowMut%3CT%3E' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-BorrowMut%3CT%3E' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.borrow_mut' class="method hidden"><code id='borrow_mut.v'>fn <a href='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut' class='fnname'>borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3 id='impl-Any' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-Any' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.type_id' class="method hidden"><code id='type_id.v'>fn <a href='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id' class='fnname'>type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3 id='impl-NumOps%3CRhs%2C%20Output%3E' class='impl'><code class='in-band'>impl&lt;T, Rhs, Output&gt; <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;Rhs, Output&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a>&lt;Rhs, Output = Output&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html" title="trait core::ops::arith::Mul">Mul</a>&lt;Rhs, Output = Output&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html" title="trait core::ops::arith::Div">Div</a>&lt;Rhs, Output = Output&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a>&lt;Rhs, Output = Output&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html" title="trait core::ops::arith::Rem">Rem</a>&lt;Rhs, Output = Output&gt;,&nbsp;</span></code><a href='#impl-NumOps%3CRhs%2C%20Output%3E' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#93-100' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-NumRef' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../num_traits/trait.NumRef.html" title="trait num_traits::NumRef">NumRef</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'r </a>T, T&gt;,&nbsp;</span></code><a href='#impl-NumRef' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#107' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-RefNum%3CBase%3E' class='impl'><code class='in-band'>impl&lt;T, Base&gt; <a class="trait" href="../num_traits/trait.RefNum.html" title="trait num_traits::RefNum">RefNum</a>&lt;Base&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;Base, Base&gt; + <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'r </a>Base, Base&gt;,&nbsp;</span></code><a href='#impl-RefNum%3CBase%3E' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#114' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-NumAssignOps%3CRhs%3E' class='impl'><code class='in-band'>impl&lt;T, Rhs&gt; <a class="trait" href="../num_traits/trait.NumAssignOps.html" title="trait num_traits::NumAssignOps">NumAssignOps</a>&lt;Rhs&gt; for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html" title="trait core::ops::arith::AddAssign">AddAssign</a>&lt;Rhs&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html" title="trait core::ops::arith::SubAssign">SubAssign</a>&lt;Rhs&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html" title="trait core::ops::arith::MulAssign">MulAssign</a>&lt;Rhs&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html" title="trait core::ops::arith::DivAssign">DivAssign</a>&lt;Rhs&gt; + <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html" title="trait core::ops::arith::RemAssign">RemAssign</a>&lt;Rhs&gt;,&nbsp;</span></code><a href='#impl-NumAssignOps%3CRhs%3E' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#124-127' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-NumAssign' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> + <a class="trait" href="../num_traits/trait.NumAssignOps.html" title="trait num_traits::NumAssignOps">NumAssignOps</a>&lt;T&gt;,&nbsp;</span></code><a href='#impl-NumAssign' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#133' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-NumAssignRef' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="../num_traits/trait.NumAssignRef.html" title="trait num_traits::NumAssignRef">NumAssignRef</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="../num_traits/trait.NumAssign.html" title="trait num_traits::NumAssign">NumAssign</a> + <a class="trait" href="../num_traits/trait.NumAssignOps.html" title="trait num_traits::NumAssignOps">NumAssignOps</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'r </a>T&gt;,&nbsp;</span></code><a href='#impl-NumAssignRef' class='anchor'></a><a class='srclink' href='../src/num_traits/lib.rs.html#140' title='goto source code'>[src]</a></h3><div class='impl-items'></div><h3 id='impl-ToOwned' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,&nbsp;</span></code><a href='#impl-ToOwned' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='associatedtype.Owned' class="type"><code id='Owned.t'>type <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned' class="type">Owned</a> = T</code></h4><div class='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4 id='method.to_owned' class="method hidden"><code id='to_owned.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned' class='fnname'>to_owned</a>(&amp;self) -&gt; T</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4 id='method.clone_into' class="method hidden"><code id='clone_into.v'>fn <a href='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into' class='fnname'>clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut </a>T)</code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91' title='goto source code'>[src]</a></h4><div class='stability hidden'><div class='stab unstable'><details><summary><span class='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><div class='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3 id='impl-ToString' class='impl'><code class='in-band'>impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a> for T <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,&nbsp;</span></code><a href='#impl-ToString' class='anchor'></a><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2134-2144' title='goto source code'>[src]</a></h3><div class='impl-items'><h4 id='method.to_string' class="method hidden"><code id='to_string.v'>default fn <a href='https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string' class='fnname'>to_string</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></code><a class='srclink' href='https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2136-2143' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Converts the given value to a <code>String</code>. <a href="https://doc.rust-lang.org/nightly/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></p>
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../";window.currentCrate = "num_complex";</script><script src="../aliases.js"></script><script src="../main.js"></script><script defer src="../search-index.js"></script></body></html>