blob: 945d5eb608cee20946d9131a67322baff80f2350 [file] [log] [blame]
<!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="A big signed integer type."><meta name="keywords" content="rust, rustlang, rust-lang, BigInt"><title>BigInt in simple_asn1 - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../normalize.css"><link rel="stylesheet" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../ayu.css" disabled><link rel="stylesheet" href="../dark.css" disabled><link rel="stylesheet" href="../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../main.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../favicon.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../simple_asn1/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../simple_asn1/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">BigInt</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.assign_from_slice">assign_from_slice</a></li><li><a href="#method.bit">bit</a></li><li><a href="#method.bits">bits</a></li><li><a href="#method.cbrt">cbrt</a></li><li><a href="#method.checked_add">checked_add</a></li><li><a href="#method.checked_div">checked_div</a></li><li><a href="#method.checked_mul">checked_mul</a></li><li><a href="#method.checked_sub">checked_sub</a></li><li><a href="#method.from_biguint">from_biguint</a></li><li><a href="#method.from_bytes_be">from_bytes_be</a></li><li><a href="#method.from_bytes_le">from_bytes_le</a></li><li><a href="#method.from_radix_be">from_radix_be</a></li><li><a href="#method.from_radix_le">from_radix_le</a></li><li><a href="#method.from_signed_bytes_be">from_signed_bytes_be</a></li><li><a href="#method.from_signed_bytes_le">from_signed_bytes_le</a></li><li><a href="#method.from_slice">from_slice</a></li><li><a href="#method.into_parts">into_parts</a></li><li><a href="#method.iter_u32_digits">iter_u32_digits</a></li><li><a href="#method.iter_u64_digits">iter_u64_digits</a></li><li><a href="#method.magnitude">magnitude</a></li><li><a href="#method.modpow">modpow</a></li><li><a href="#method.new">new</a></li><li><a href="#method.nth_root">nth_root</a></li><li><a href="#method.parse_bytes">parse_bytes</a></li><li><a href="#method.pow">pow</a></li><li><a href="#method.set_bit">set_bit</a></li><li><a href="#method.sign">sign</a></li><li><a href="#method.sqrt">sqrt</a></li><li><a href="#method.to_biguint">to_biguint</a></li><li><a href="#method.to_bytes_be">to_bytes_be</a></li><li><a href="#method.to_bytes_le">to_bytes_le</a></li><li><a href="#method.to_radix_be">to_radix_be</a></li><li><a href="#method.to_radix_le">to_radix_le</a></li><li><a href="#method.to_signed_bytes_be">to_signed_bytes_be</a></li><li><a href="#method.to_signed_bytes_le">to_signed_bytes_le</a></li><li><a href="#method.to_str_radix">to_str_radix</a></li><li><a href="#method.to_u32_digits">to_u32_digits</a></li><li><a href="#method.to_u64_digits">to_u64_digits</a></li><li><a href="#method.trailing_zeros">trailing_zeros</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Add%3C%26%27a%20BigInt%3E-for-BigInt">Add&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20i128%3E-for-BigInt">Add&lt;&amp;&#39;a i128&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20i16%3E-for-BigInt">Add&lt;&amp;&#39;a i16&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20i32%3E-for-BigInt">Add&lt;&amp;&#39;a i32&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20i64%3E-for-BigInt">Add&lt;&amp;&#39;a i64&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20i8%3E-for-BigInt">Add&lt;&amp;&#39;a i8&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20isize%3E-for-BigInt">Add&lt;&amp;&#39;a isize&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u128%3E-for-BigInt">Add&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u16%3E-for-BigInt">Add&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u32%3E-for-BigInt">Add&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u64%3E-for-BigInt">Add&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20u8%3E-for-BigInt">Add&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Add%3C%26%27a%20usize%3E-for-BigInt">Add&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Add&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Add%3CBigInt%3E-for-%26%27a%20BigInt">Add&lt;BigInt&gt;</a></li><li><a href="#impl-Add%3CBigInt%3E-for-BigInt">Add&lt;BigInt&gt;</a></li><li><a href="#impl-Add%3Ci128%3E-for-%26%27a%20BigInt">Add&lt;i128&gt;</a></li><li><a href="#impl-Add%3Ci128%3E-for-BigInt">Add&lt;i128&gt;</a></li><li><a href="#impl-Add%3Ci16%3E-for-%26%27a%20BigInt">Add&lt;i16&gt;</a></li><li><a href="#impl-Add%3Ci16%3E-for-BigInt">Add&lt;i16&gt;</a></li><li><a href="#impl-Add%3Ci32%3E-for-%26%27a%20BigInt">Add&lt;i32&gt;</a></li><li><a href="#impl-Add%3Ci32%3E-for-BigInt">Add&lt;i32&gt;</a></li><li><a href="#impl-Add%3Ci64%3E-for-%26%27a%20BigInt">Add&lt;i64&gt;</a></li><li><a href="#impl-Add%3Ci64%3E-for-BigInt">Add&lt;i64&gt;</a></li><li><a href="#impl-Add%3Ci8%3E-for-%26%27a%20BigInt">Add&lt;i8&gt;</a></li><li><a href="#impl-Add%3Ci8%3E-for-BigInt">Add&lt;i8&gt;</a></li><li><a href="#impl-Add%3Cisize%3E-for-%26%27a%20BigInt">Add&lt;isize&gt;</a></li><li><a href="#impl-Add%3Cisize%3E-for-BigInt">Add&lt;isize&gt;</a></li><li><a href="#impl-Add%3Cu128%3E-for-%26%27a%20BigInt">Add&lt;u128&gt;</a></li><li><a href="#impl-Add%3Cu128%3E-for-BigInt">Add&lt;u128&gt;</a></li><li><a href="#impl-Add%3Cu16%3E-for-%26%27a%20BigInt">Add&lt;u16&gt;</a></li><li><a href="#impl-Add%3Cu16%3E-for-BigInt">Add&lt;u16&gt;</a></li><li><a href="#impl-Add%3Cu32%3E-for-%26%27a%20BigInt">Add&lt;u32&gt;</a></li><li><a href="#impl-Add%3Cu32%3E-for-BigInt">Add&lt;u32&gt;</a></li><li><a href="#impl-Add%3Cu64%3E-for-%26%27a%20BigInt">Add&lt;u64&gt;</a></li><li><a href="#impl-Add%3Cu64%3E-for-BigInt">Add&lt;u64&gt;</a></li><li><a href="#impl-Add%3Cu8%3E-for-%26%27a%20BigInt">Add&lt;u8&gt;</a></li><li><a href="#impl-Add%3Cu8%3E-for-BigInt">Add&lt;u8&gt;</a></li><li><a href="#impl-Add%3Cusize%3E-for-%26%27a%20BigInt">Add&lt;usize&gt;</a></li><li><a href="#impl-Add%3Cusize%3E-for-BigInt">Add&lt;usize&gt;</a></li><li><a href="#impl-AddAssign%3C%26%27a%20BigInt%3E-for-BigInt">AddAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-AddAssign%3CBigInt%3E-for-BigInt">AddAssign&lt;BigInt&gt;</a></li><li><a href="#impl-AddAssign%3Ci128%3E-for-BigInt">AddAssign&lt;i128&gt;</a></li><li><a href="#impl-AddAssign%3Ci16%3E-for-BigInt">AddAssign&lt;i16&gt;</a></li><li><a href="#impl-AddAssign%3Ci32%3E-for-BigInt">AddAssign&lt;i32&gt;</a></li><li><a href="#impl-AddAssign%3Ci64%3E-for-BigInt">AddAssign&lt;i64&gt;</a></li><li><a href="#impl-AddAssign%3Ci8%3E-for-BigInt">AddAssign&lt;i8&gt;</a></li><li><a href="#impl-AddAssign%3Cisize%3E-for-BigInt">AddAssign&lt;isize&gt;</a></li><li><a href="#impl-AddAssign%3Cu128%3E-for-BigInt">AddAssign&lt;u128&gt;</a></li><li><a href="#impl-AddAssign%3Cu16%3E-for-BigInt">AddAssign&lt;u16&gt;</a></li><li><a href="#impl-AddAssign%3Cu32%3E-for-BigInt">AddAssign&lt;u32&gt;</a></li><li><a href="#impl-AddAssign%3Cu64%3E-for-BigInt">AddAssign&lt;u64&gt;</a></li><li><a href="#impl-AddAssign%3Cu8%3E-for-BigInt">AddAssign&lt;u8&gt;</a></li><li><a href="#impl-AddAssign%3Cusize%3E-for-BigInt">AddAssign&lt;usize&gt;</a></li><li><a href="#impl-Binary-for-BigInt">Binary</a></li><li><a href="#impl-BitAnd%3C%26%27a%20BigInt%3E-for-BigInt">BitAnd&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitAnd%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">BitAnd&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-BitAnd%3CBigInt%3E-for-%26%27a%20BigInt">BitAnd&lt;BigInt&gt;</a></li><li><a href="#impl-BitAnd%3CBigInt%3E-for-BigInt">BitAnd&lt;BigInt&gt;</a></li><li><a href="#impl-BitAndAssign%3C%26%27a%20BigInt%3E-for-BigInt">BitAndAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitAndAssign%3CBigInt%3E-for-BigInt">BitAndAssign&lt;BigInt&gt;</a></li><li><a href="#impl-BitOr%3C%26%27a%20BigInt%3E-for-BigInt">BitOr&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitOr%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">BitOr&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-BitOr%3CBigInt%3E-for-%26%27a%20BigInt">BitOr&lt;BigInt&gt;</a></li><li><a href="#impl-BitOr%3CBigInt%3E-for-BigInt">BitOr&lt;BigInt&gt;</a></li><li><a href="#impl-BitOrAssign%3C%26%27a%20BigInt%3E-for-BigInt">BitOrAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitOrAssign%3CBigInt%3E-for-BigInt">BitOrAssign&lt;BigInt&gt;</a></li><li><a href="#impl-BitXor%3C%26%27a%20BigInt%3E-for-BigInt">BitXor&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitXor%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">BitXor&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-BitXor%3CBigInt%3E-for-%26%27a%20BigInt">BitXor&lt;BigInt&gt;</a></li><li><a href="#impl-BitXor%3CBigInt%3E-for-BigInt">BitXor&lt;BigInt&gt;</a></li><li><a href="#impl-BitXorAssign%3C%26%27a%20BigInt%3E-for-BigInt">BitXorAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-BitXorAssign%3CBigInt%3E-for-BigInt">BitXorAssign&lt;BigInt&gt;</a></li><li><a href="#impl-CheckedAdd-for-BigInt">CheckedAdd</a></li><li><a href="#impl-CheckedDiv-for-BigInt">CheckedDiv</a></li><li><a href="#impl-CheckedMul-for-BigInt">CheckedMul</a></li><li><a href="#impl-CheckedSub-for-BigInt">CheckedSub</a></li><li><a href="#impl-Clone-for-BigInt">Clone</a></li><li><a href="#impl-Debug-for-BigInt">Debug</a></li><li><a href="#impl-Default-for-BigInt">Default</a></li><li><a href="#impl-Display-for-BigInt">Display</a></li><li><a href="#impl-Div%3C%26%27a%20BigInt%3E-for-BigInt">Div&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20i128%3E-for-BigInt">Div&lt;&amp;&#39;a i128&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20i16%3E-for-BigInt">Div&lt;&amp;&#39;a i16&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20i32%3E-for-BigInt">Div&lt;&amp;&#39;a i32&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20i64%3E-for-BigInt">Div&lt;&amp;&#39;a i64&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20i8%3E-for-BigInt">Div&lt;&amp;&#39;a i8&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20isize%3E-for-BigInt">Div&lt;&amp;&#39;a isize&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u128%3E-for-BigInt">Div&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u16%3E-for-BigInt">Div&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u32%3E-for-BigInt">Div&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u64%3E-for-BigInt">Div&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20u8%3E-for-BigInt">Div&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Div%3C%26%27a%20usize%3E-for-BigInt">Div&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Div&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Div%3CBigInt%3E-for-%26%27a%20BigInt">Div&lt;BigInt&gt;</a></li><li><a href="#impl-Div%3CBigInt%3E-for-BigInt">Div&lt;BigInt&gt;</a></li><li><a href="#impl-Div%3Ci128%3E-for-%26%27a%20BigInt">Div&lt;i128&gt;</a></li><li><a href="#impl-Div%3Ci128%3E-for-BigInt">Div&lt;i128&gt;</a></li><li><a href="#impl-Div%3Ci16%3E-for-%26%27a%20BigInt">Div&lt;i16&gt;</a></li><li><a href="#impl-Div%3Ci16%3E-for-BigInt">Div&lt;i16&gt;</a></li><li><a href="#impl-Div%3Ci32%3E-for-%26%27a%20BigInt">Div&lt;i32&gt;</a></li><li><a href="#impl-Div%3Ci32%3E-for-BigInt">Div&lt;i32&gt;</a></li><li><a href="#impl-Div%3Ci64%3E-for-%26%27a%20BigInt">Div&lt;i64&gt;</a></li><li><a href="#impl-Div%3Ci64%3E-for-BigInt">Div&lt;i64&gt;</a></li><li><a href="#impl-Div%3Ci8%3E-for-%26%27a%20BigInt">Div&lt;i8&gt;</a></li><li><a href="#impl-Div%3Ci8%3E-for-BigInt">Div&lt;i8&gt;</a></li><li><a href="#impl-Div%3Cisize%3E-for-%26%27a%20BigInt">Div&lt;isize&gt;</a></li><li><a href="#impl-Div%3Cisize%3E-for-BigInt">Div&lt;isize&gt;</a></li><li><a href="#impl-Div%3Cu128%3E-for-%26%27a%20BigInt">Div&lt;u128&gt;</a></li><li><a href="#impl-Div%3Cu128%3E-for-BigInt">Div&lt;u128&gt;</a></li><li><a href="#impl-Div%3Cu16%3E-for-%26%27a%20BigInt">Div&lt;u16&gt;</a></li><li><a href="#impl-Div%3Cu16%3E-for-BigInt">Div&lt;u16&gt;</a></li><li><a href="#impl-Div%3Cu32%3E-for-%26%27a%20BigInt">Div&lt;u32&gt;</a></li><li><a href="#impl-Div%3Cu32%3E-for-BigInt">Div&lt;u32&gt;</a></li><li><a href="#impl-Div%3Cu64%3E-for-%26%27a%20BigInt">Div&lt;u64&gt;</a></li><li><a href="#impl-Div%3Cu64%3E-for-BigInt">Div&lt;u64&gt;</a></li><li><a href="#impl-Div%3Cu8%3E-for-%26%27a%20BigInt">Div&lt;u8&gt;</a></li><li><a href="#impl-Div%3Cu8%3E-for-BigInt">Div&lt;u8&gt;</a></li><li><a href="#impl-Div%3Cusize%3E-for-%26%27a%20BigInt">Div&lt;usize&gt;</a></li><li><a href="#impl-Div%3Cusize%3E-for-BigInt">Div&lt;usize&gt;</a></li><li><a href="#impl-DivAssign%3C%26%27a%20BigInt%3E-for-BigInt">DivAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-DivAssign%3CBigInt%3E-for-BigInt">DivAssign&lt;BigInt&gt;</a></li><li><a href="#impl-DivAssign%3Ci128%3E-for-BigInt">DivAssign&lt;i128&gt;</a></li><li><a href="#impl-DivAssign%3Ci16%3E-for-BigInt">DivAssign&lt;i16&gt;</a></li><li><a href="#impl-DivAssign%3Ci32%3E-for-BigInt">DivAssign&lt;i32&gt;</a></li><li><a href="#impl-DivAssign%3Ci64%3E-for-BigInt">DivAssign&lt;i64&gt;</a></li><li><a href="#impl-DivAssign%3Ci8%3E-for-BigInt">DivAssign&lt;i8&gt;</a></li><li><a href="#impl-DivAssign%3Cisize%3E-for-BigInt">DivAssign&lt;isize&gt;</a></li><li><a href="#impl-DivAssign%3Cu128%3E-for-BigInt">DivAssign&lt;u128&gt;</a></li><li><a href="#impl-DivAssign%3Cu16%3E-for-BigInt">DivAssign&lt;u16&gt;</a></li><li><a href="#impl-DivAssign%3Cu32%3E-for-BigInt">DivAssign&lt;u32&gt;</a></li><li><a href="#impl-DivAssign%3Cu64%3E-for-BigInt">DivAssign&lt;u64&gt;</a></li><li><a href="#impl-DivAssign%3Cu8%3E-for-BigInt">DivAssign&lt;u8&gt;</a></li><li><a href="#impl-DivAssign%3Cusize%3E-for-BigInt">DivAssign&lt;usize&gt;</a></li><li><a href="#impl-Eq-for-BigInt">Eq</a></li><li><a href="#impl-From%3CBigUint%3E-for-BigInt">From&lt;BigUint&gt;</a></li><li><a href="#impl-From%3Ci128%3E-for-BigInt">From&lt;i128&gt;</a></li><li><a href="#impl-From%3Ci16%3E-for-BigInt">From&lt;i16&gt;</a></li><li><a href="#impl-From%3Ci32%3E-for-BigInt">From&lt;i32&gt;</a></li><li><a href="#impl-From%3Ci64%3E-for-BigInt">From&lt;i64&gt;</a></li><li><a href="#impl-From%3Ci8%3E-for-BigInt">From&lt;i8&gt;</a></li><li><a href="#impl-From%3Cisize%3E-for-BigInt">From&lt;isize&gt;</a></li><li><a href="#impl-From%3Cu128%3E-for-BigInt">From&lt;u128&gt;</a></li><li><a href="#impl-From%3Cu16%3E-for-BigInt">From&lt;u16&gt;</a></li><li><a href="#impl-From%3Cu32%3E-for-BigInt">From&lt;u32&gt;</a></li><li><a href="#impl-From%3Cu64%3E-for-BigInt">From&lt;u64&gt;</a></li><li><a href="#impl-From%3Cu8%3E-for-BigInt">From&lt;u8&gt;</a></li><li><a href="#impl-From%3Cusize%3E-for-BigInt">From&lt;usize&gt;</a></li><li><a href="#impl-FromPrimitive-for-BigInt">FromPrimitive</a></li><li><a href="#impl-FromStr-for-BigInt">FromStr</a></li><li><a href="#impl-Hash-for-BigInt">Hash</a></li><li><a href="#impl-Integer-for-BigInt">Integer</a></li><li><a href="#impl-LowerHex-for-BigInt">LowerHex</a></li><li><a href="#impl-Mul%3C%26%27a%20BigInt%3E-for-BigInt">Mul&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20i128%3E-for-BigInt">Mul&lt;&amp;&#39;a i128&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20i16%3E-for-BigInt">Mul&lt;&amp;&#39;a i16&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20i32%3E-for-BigInt">Mul&lt;&amp;&#39;a i32&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20i64%3E-for-BigInt">Mul&lt;&amp;&#39;a i64&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20i8%3E-for-BigInt">Mul&lt;&amp;&#39;a i8&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20isize%3E-for-BigInt">Mul&lt;&amp;&#39;a isize&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u128%3E-for-BigInt">Mul&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u16%3E-for-BigInt">Mul&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u32%3E-for-BigInt">Mul&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u64%3E-for-BigInt">Mul&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20u8%3E-for-BigInt">Mul&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Mul%3C%26%27a%20usize%3E-for-BigInt">Mul&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Mul&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Mul%3CBigInt%3E-for-%26%27a%20BigInt">Mul&lt;BigInt&gt;</a></li><li><a href="#impl-Mul%3CBigInt%3E-for-BigInt">Mul&lt;BigInt&gt;</a></li><li><a href="#impl-Mul%3Ci128%3E-for-%26%27a%20BigInt">Mul&lt;i128&gt;</a></li><li><a href="#impl-Mul%3Ci128%3E-for-BigInt">Mul&lt;i128&gt;</a></li><li><a href="#impl-Mul%3Ci16%3E-for-%26%27a%20BigInt">Mul&lt;i16&gt;</a></li><li><a href="#impl-Mul%3Ci16%3E-for-BigInt">Mul&lt;i16&gt;</a></li><li><a href="#impl-Mul%3Ci32%3E-for-%26%27a%20BigInt">Mul&lt;i32&gt;</a></li><li><a href="#impl-Mul%3Ci32%3E-for-BigInt">Mul&lt;i32&gt;</a></li><li><a href="#impl-Mul%3Ci64%3E-for-%26%27a%20BigInt">Mul&lt;i64&gt;</a></li><li><a href="#impl-Mul%3Ci64%3E-for-BigInt">Mul&lt;i64&gt;</a></li><li><a href="#impl-Mul%3Ci8%3E-for-%26%27a%20BigInt">Mul&lt;i8&gt;</a></li><li><a href="#impl-Mul%3Ci8%3E-for-BigInt">Mul&lt;i8&gt;</a></li><li><a href="#impl-Mul%3Cisize%3E-for-%26%27a%20BigInt">Mul&lt;isize&gt;</a></li><li><a href="#impl-Mul%3Cisize%3E-for-BigInt">Mul&lt;isize&gt;</a></li><li><a href="#impl-Mul%3Cu128%3E-for-%26%27a%20BigInt">Mul&lt;u128&gt;</a></li><li><a href="#impl-Mul%3Cu128%3E-for-BigInt">Mul&lt;u128&gt;</a></li><li><a href="#impl-Mul%3Cu16%3E-for-%26%27a%20BigInt">Mul&lt;u16&gt;</a></li><li><a href="#impl-Mul%3Cu16%3E-for-BigInt">Mul&lt;u16&gt;</a></li><li><a href="#impl-Mul%3Cu32%3E-for-%26%27a%20BigInt">Mul&lt;u32&gt;</a></li><li><a href="#impl-Mul%3Cu32%3E-for-BigInt">Mul&lt;u32&gt;</a></li><li><a href="#impl-Mul%3Cu64%3E-for-%26%27a%20BigInt">Mul&lt;u64&gt;</a></li><li><a href="#impl-Mul%3Cu64%3E-for-BigInt">Mul&lt;u64&gt;</a></li><li><a href="#impl-Mul%3Cu8%3E-for-%26%27a%20BigInt">Mul&lt;u8&gt;</a></li><li><a href="#impl-Mul%3Cu8%3E-for-BigInt">Mul&lt;u8&gt;</a></li><li><a href="#impl-Mul%3Cusize%3E-for-%26%27a%20BigInt">Mul&lt;usize&gt;</a></li><li><a href="#impl-Mul%3Cusize%3E-for-BigInt">Mul&lt;usize&gt;</a></li><li><a href="#impl-MulAssign%3C%26%27a%20BigInt%3E-for-BigInt">MulAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-MulAssign%3CBigInt%3E-for-BigInt">MulAssign&lt;BigInt&gt;</a></li><li><a href="#impl-MulAssign%3Ci128%3E-for-BigInt">MulAssign&lt;i128&gt;</a></li><li><a href="#impl-MulAssign%3Ci16%3E-for-BigInt">MulAssign&lt;i16&gt;</a></li><li><a href="#impl-MulAssign%3Ci32%3E-for-BigInt">MulAssign&lt;i32&gt;</a></li><li><a href="#impl-MulAssign%3Ci64%3E-for-BigInt">MulAssign&lt;i64&gt;</a></li><li><a href="#impl-MulAssign%3Ci8%3E-for-BigInt">MulAssign&lt;i8&gt;</a></li><li><a href="#impl-MulAssign%3Cisize%3E-for-BigInt">MulAssign&lt;isize&gt;</a></li><li><a href="#impl-MulAssign%3Cu128%3E-for-BigInt">MulAssign&lt;u128&gt;</a></li><li><a href="#impl-MulAssign%3Cu16%3E-for-BigInt">MulAssign&lt;u16&gt;</a></li><li><a href="#impl-MulAssign%3Cu32%3E-for-BigInt">MulAssign&lt;u32&gt;</a></li><li><a href="#impl-MulAssign%3Cu64%3E-for-BigInt">MulAssign&lt;u64&gt;</a></li><li><a href="#impl-MulAssign%3Cu8%3E-for-BigInt">MulAssign&lt;u8&gt;</a></li><li><a href="#impl-MulAssign%3Cusize%3E-for-BigInt">MulAssign&lt;usize&gt;</a></li><li><a href="#impl-Neg-for-%26%27a%20BigInt">Neg</a></li><li><a href="#impl-Neg-for-BigInt">Neg</a></li><li><a href="#impl-Not-for-%26%27a%20BigInt">Not</a></li><li><a href="#impl-Not-for-BigInt">Not</a></li><li><a href="#impl-Num-for-BigInt">Num</a></li><li><a href="#impl-Octal-for-BigInt">Octal</a></li><li><a href="#impl-One-for-BigInt">One</a></li><li><a href="#impl-Ord-for-BigInt">Ord</a></li><li><a href="#impl-PartialEq%3CBigInt%3E-for-BigInt">PartialEq&lt;BigInt&gt;</a></li><li><a href="#impl-PartialOrd%3CBigInt%3E-for-BigInt">PartialOrd&lt;BigInt&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt">Pow&lt;&amp;&#39;b BigUint&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u128%3E-for-BigInt">Pow&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u16%3E-for-BigInt">Pow&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u32%3E-for-BigInt">Pow&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u64%3E-for-BigInt">Pow&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20u8%3E-for-BigInt">Pow&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Pow&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Pow%3C%26%27b%20usize%3E-for-BigInt">Pow&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3CBigUint%3E-for-BigInt">Pow&lt;BigUint&gt;</a></li><li><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20BigInt">Pow&lt;u128&gt;</a></li><li><a href="#impl-Pow%3Cu128%3E-for-BigInt">Pow&lt;u128&gt;</a></li><li><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20BigInt">Pow&lt;u16&gt;</a></li><li><a href="#impl-Pow%3Cu16%3E-for-BigInt">Pow&lt;u16&gt;</a></li><li><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20BigInt">Pow&lt;u32&gt;</a></li><li><a href="#impl-Pow%3Cu32%3E-for-BigInt">Pow&lt;u32&gt;</a></li><li><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20BigInt">Pow&lt;u64&gt;</a></li><li><a href="#impl-Pow%3Cu64%3E-for-BigInt">Pow&lt;u64&gt;</a></li><li><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20BigInt">Pow&lt;u8&gt;</a></li><li><a href="#impl-Pow%3Cu8%3E-for-BigInt">Pow&lt;u8&gt;</a></li><li><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20BigInt">Pow&lt;usize&gt;</a></li><li><a href="#impl-Pow%3Cusize%3E-for-BigInt">Pow&lt;usize&gt;</a></li><li><a href="#impl-Product%3CT%3E-for-BigInt">Product&lt;T&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20BigInt%3E-for-BigInt">Rem&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20i128%3E-for-BigInt">Rem&lt;&amp;&#39;a i128&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20i16%3E-for-BigInt">Rem&lt;&amp;&#39;a i16&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20i32%3E-for-BigInt">Rem&lt;&amp;&#39;a i32&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20i64%3E-for-BigInt">Rem&lt;&amp;&#39;a i64&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20i8%3E-for-BigInt">Rem&lt;&amp;&#39;a i8&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20isize%3E-for-BigInt">Rem&lt;&amp;&#39;a isize&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u128%3E-for-BigInt">Rem&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u16%3E-for-BigInt">Rem&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u32%3E-for-BigInt">Rem&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u64%3E-for-BigInt">Rem&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20u8%3E-for-BigInt">Rem&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Rem%3C%26%27a%20usize%3E-for-BigInt">Rem&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Rem&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Rem%3CBigInt%3E-for-%26%27a%20BigInt">Rem&lt;BigInt&gt;</a></li><li><a href="#impl-Rem%3CBigInt%3E-for-BigInt">Rem&lt;BigInt&gt;</a></li><li><a href="#impl-Rem%3Ci128%3E-for-%26%27a%20BigInt">Rem&lt;i128&gt;</a></li><li><a href="#impl-Rem%3Ci128%3E-for-BigInt">Rem&lt;i128&gt;</a></li><li><a href="#impl-Rem%3Ci16%3E-for-%26%27a%20BigInt">Rem&lt;i16&gt;</a></li><li><a href="#impl-Rem%3Ci16%3E-for-BigInt">Rem&lt;i16&gt;</a></li><li><a href="#impl-Rem%3Ci32%3E-for-%26%27a%20BigInt">Rem&lt;i32&gt;</a></li><li><a href="#impl-Rem%3Ci32%3E-for-BigInt">Rem&lt;i32&gt;</a></li><li><a href="#impl-Rem%3Ci64%3E-for-%26%27a%20BigInt">Rem&lt;i64&gt;</a></li><li><a href="#impl-Rem%3Ci64%3E-for-BigInt">Rem&lt;i64&gt;</a></li><li><a href="#impl-Rem%3Ci8%3E-for-%26%27a%20BigInt">Rem&lt;i8&gt;</a></li><li><a href="#impl-Rem%3Ci8%3E-for-BigInt">Rem&lt;i8&gt;</a></li><li><a href="#impl-Rem%3Cisize%3E-for-%26%27a%20BigInt">Rem&lt;isize&gt;</a></li><li><a href="#impl-Rem%3Cisize%3E-for-BigInt">Rem&lt;isize&gt;</a></li><li><a href="#impl-Rem%3Cu128%3E-for-%26%27a%20BigInt">Rem&lt;u128&gt;</a></li><li><a href="#impl-Rem%3Cu128%3E-for-BigInt">Rem&lt;u128&gt;</a></li><li><a href="#impl-Rem%3Cu16%3E-for-%26%27a%20BigInt">Rem&lt;u16&gt;</a></li><li><a href="#impl-Rem%3Cu16%3E-for-BigInt">Rem&lt;u16&gt;</a></li><li><a href="#impl-Rem%3Cu32%3E-for-%26%27a%20BigInt">Rem&lt;u32&gt;</a></li><li><a href="#impl-Rem%3Cu32%3E-for-BigInt">Rem&lt;u32&gt;</a></li><li><a href="#impl-Rem%3Cu64%3E-for-%26%27a%20BigInt">Rem&lt;u64&gt;</a></li><li><a href="#impl-Rem%3Cu64%3E-for-BigInt">Rem&lt;u64&gt;</a></li><li><a href="#impl-Rem%3Cu8%3E-for-%26%27a%20BigInt">Rem&lt;u8&gt;</a></li><li><a href="#impl-Rem%3Cu8%3E-for-BigInt">Rem&lt;u8&gt;</a></li><li><a href="#impl-Rem%3Cusize%3E-for-%26%27a%20BigInt">Rem&lt;usize&gt;</a></li><li><a href="#impl-Rem%3Cusize%3E-for-BigInt">Rem&lt;usize&gt;</a></li><li><a href="#impl-RemAssign%3C%26%27a%20BigInt%3E-for-BigInt">RemAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-RemAssign%3CBigInt%3E-for-BigInt">RemAssign&lt;BigInt&gt;</a></li><li><a href="#impl-RemAssign%3Ci128%3E-for-BigInt">RemAssign&lt;i128&gt;</a></li><li><a href="#impl-RemAssign%3Ci16%3E-for-BigInt">RemAssign&lt;i16&gt;</a></li><li><a href="#impl-RemAssign%3Ci32%3E-for-BigInt">RemAssign&lt;i32&gt;</a></li><li><a href="#impl-RemAssign%3Ci64%3E-for-BigInt">RemAssign&lt;i64&gt;</a></li><li><a href="#impl-RemAssign%3Ci8%3E-for-BigInt">RemAssign&lt;i8&gt;</a></li><li><a href="#impl-RemAssign%3Cisize%3E-for-BigInt">RemAssign&lt;isize&gt;</a></li><li><a href="#impl-RemAssign%3Cu128%3E-for-BigInt">RemAssign&lt;u128&gt;</a></li><li><a href="#impl-RemAssign%3Cu16%3E-for-BigInt">RemAssign&lt;u16&gt;</a></li><li><a href="#impl-RemAssign%3Cu32%3E-for-BigInt">RemAssign&lt;u32&gt;</a></li><li><a href="#impl-RemAssign%3Cu64%3E-for-BigInt">RemAssign&lt;u64&gt;</a></li><li><a href="#impl-RemAssign%3Cu8%3E-for-BigInt">RemAssign&lt;u8&gt;</a></li><li><a href="#impl-RemAssign%3Cusize%3E-for-BigInt">RemAssign&lt;usize&gt;</a></li><li><a href="#impl-Roots-for-BigInt">Roots</a></li><li><a href="#impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i128%3E-for-BigInt">Shl&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i16%3E-for-BigInt">Shl&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i32%3E-for-BigInt">Shl&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i64%3E-for-BigInt">Shl&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20i8%3E-for-BigInt">Shl&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20isize%3E-for-BigInt">Shl&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u128%3E-for-BigInt">Shl&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u16%3E-for-BigInt">Shl&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u32%3E-for-BigInt">Shl&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u64%3E-for-BigInt">Shl&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20u8%3E-for-BigInt">Shl&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Shl&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shl%3C%26%27b%20usize%3E-for-BigInt">Shl&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shl%3Ci128%3E-for-%26%27a%20BigInt">Shl&lt;i128&gt;</a></li><li><a href="#impl-Shl%3Ci128%3E-for-BigInt">Shl&lt;i128&gt;</a></li><li><a href="#impl-Shl%3Ci16%3E-for-%26%27a%20BigInt">Shl&lt;i16&gt;</a></li><li><a href="#impl-Shl%3Ci16%3E-for-BigInt">Shl&lt;i16&gt;</a></li><li><a href="#impl-Shl%3Ci32%3E-for-%26%27a%20BigInt">Shl&lt;i32&gt;</a></li><li><a href="#impl-Shl%3Ci32%3E-for-BigInt">Shl&lt;i32&gt;</a></li><li><a href="#impl-Shl%3Ci64%3E-for-%26%27a%20BigInt">Shl&lt;i64&gt;</a></li><li><a href="#impl-Shl%3Ci64%3E-for-BigInt">Shl&lt;i64&gt;</a></li><li><a href="#impl-Shl%3Ci8%3E-for-%26%27a%20BigInt">Shl&lt;i8&gt;</a></li><li><a href="#impl-Shl%3Ci8%3E-for-BigInt">Shl&lt;i8&gt;</a></li><li><a href="#impl-Shl%3Cisize%3E-for-%26%27a%20BigInt">Shl&lt;isize&gt;</a></li><li><a href="#impl-Shl%3Cisize%3E-for-BigInt">Shl&lt;isize&gt;</a></li><li><a href="#impl-Shl%3Cu128%3E-for-%26%27a%20BigInt">Shl&lt;u128&gt;</a></li><li><a href="#impl-Shl%3Cu128%3E-for-BigInt">Shl&lt;u128&gt;</a></li><li><a href="#impl-Shl%3Cu16%3E-for-%26%27a%20BigInt">Shl&lt;u16&gt;</a></li><li><a href="#impl-Shl%3Cu16%3E-for-BigInt">Shl&lt;u16&gt;</a></li><li><a href="#impl-Shl%3Cu32%3E-for-%26%27a%20BigInt">Shl&lt;u32&gt;</a></li><li><a href="#impl-Shl%3Cu32%3E-for-BigInt">Shl&lt;u32&gt;</a></li><li><a href="#impl-Shl%3Cu64%3E-for-%26%27a%20BigInt">Shl&lt;u64&gt;</a></li><li><a href="#impl-Shl%3Cu64%3E-for-BigInt">Shl&lt;u64&gt;</a></li><li><a href="#impl-Shl%3Cu8%3E-for-%26%27a%20BigInt">Shl&lt;u8&gt;</a></li><li><a href="#impl-Shl%3Cu8%3E-for-BigInt">Shl&lt;u8&gt;</a></li><li><a href="#impl-Shl%3Cusize%3E-for-%26%27a%20BigInt">Shl&lt;usize&gt;</a></li><li><a href="#impl-Shl%3Cusize%3E-for-BigInt">Shl&lt;usize&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i128%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i16%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i32%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i64%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20i8%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20isize%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u128%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u16%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u32%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u64%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20u8%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-ShlAssign%3C%26%27b%20usize%3E-for-BigInt">ShlAssign&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-ShlAssign%3Ci128%3E-for-BigInt">ShlAssign&lt;i128&gt;</a></li><li><a href="#impl-ShlAssign%3Ci16%3E-for-BigInt">ShlAssign&lt;i16&gt;</a></li><li><a href="#impl-ShlAssign%3Ci32%3E-for-BigInt">ShlAssign&lt;i32&gt;</a></li><li><a href="#impl-ShlAssign%3Ci64%3E-for-BigInt">ShlAssign&lt;i64&gt;</a></li><li><a href="#impl-ShlAssign%3Ci8%3E-for-BigInt">ShlAssign&lt;i8&gt;</a></li><li><a href="#impl-ShlAssign%3Cisize%3E-for-BigInt">ShlAssign&lt;isize&gt;</a></li><li><a href="#impl-ShlAssign%3Cu128%3E-for-BigInt">ShlAssign&lt;u128&gt;</a></li><li><a href="#impl-ShlAssign%3Cu16%3E-for-BigInt">ShlAssign&lt;u16&gt;</a></li><li><a href="#impl-ShlAssign%3Cu32%3E-for-BigInt">ShlAssign&lt;u32&gt;</a></li><li><a href="#impl-ShlAssign%3Cu64%3E-for-BigInt">ShlAssign&lt;u64&gt;</a></li><li><a href="#impl-ShlAssign%3Cu8%3E-for-BigInt">ShlAssign&lt;u8&gt;</a></li><li><a href="#impl-ShlAssign%3Cusize%3E-for-BigInt">ShlAssign&lt;usize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i128%3E-for-BigInt">Shr&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i16%3E-for-BigInt">Shr&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i32%3E-for-BigInt">Shr&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i64%3E-for-BigInt">Shr&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20i8%3E-for-BigInt">Shr&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20isize%3E-for-BigInt">Shr&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u128%3E-for-BigInt">Shr&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u16%3E-for-BigInt">Shr&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u32%3E-for-BigInt">Shr&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u64%3E-for-BigInt">Shr&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20u8%3E-for-BigInt">Shr&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Shr&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shr%3C%26%27b%20usize%3E-for-BigInt">Shr&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Shr%3Ci128%3E-for-%26%27a%20BigInt">Shr&lt;i128&gt;</a></li><li><a href="#impl-Shr%3Ci128%3E-for-BigInt">Shr&lt;i128&gt;</a></li><li><a href="#impl-Shr%3Ci16%3E-for-%26%27a%20BigInt">Shr&lt;i16&gt;</a></li><li><a href="#impl-Shr%3Ci16%3E-for-BigInt">Shr&lt;i16&gt;</a></li><li><a href="#impl-Shr%3Ci32%3E-for-%26%27a%20BigInt">Shr&lt;i32&gt;</a></li><li><a href="#impl-Shr%3Ci32%3E-for-BigInt">Shr&lt;i32&gt;</a></li><li><a href="#impl-Shr%3Ci64%3E-for-%26%27a%20BigInt">Shr&lt;i64&gt;</a></li><li><a href="#impl-Shr%3Ci64%3E-for-BigInt">Shr&lt;i64&gt;</a></li><li><a href="#impl-Shr%3Ci8%3E-for-%26%27a%20BigInt">Shr&lt;i8&gt;</a></li><li><a href="#impl-Shr%3Ci8%3E-for-BigInt">Shr&lt;i8&gt;</a></li><li><a href="#impl-Shr%3Cisize%3E-for-%26%27a%20BigInt">Shr&lt;isize&gt;</a></li><li><a href="#impl-Shr%3Cisize%3E-for-BigInt">Shr&lt;isize&gt;</a></li><li><a href="#impl-Shr%3Cu128%3E-for-%26%27a%20BigInt">Shr&lt;u128&gt;</a></li><li><a href="#impl-Shr%3Cu128%3E-for-BigInt">Shr&lt;u128&gt;</a></li><li><a href="#impl-Shr%3Cu16%3E-for-%26%27a%20BigInt">Shr&lt;u16&gt;</a></li><li><a href="#impl-Shr%3Cu16%3E-for-BigInt">Shr&lt;u16&gt;</a></li><li><a href="#impl-Shr%3Cu32%3E-for-%26%27a%20BigInt">Shr&lt;u32&gt;</a></li><li><a href="#impl-Shr%3Cu32%3E-for-BigInt">Shr&lt;u32&gt;</a></li><li><a href="#impl-Shr%3Cu64%3E-for-%26%27a%20BigInt">Shr&lt;u64&gt;</a></li><li><a href="#impl-Shr%3Cu64%3E-for-BigInt">Shr&lt;u64&gt;</a></li><li><a href="#impl-Shr%3Cu8%3E-for-%26%27a%20BigInt">Shr&lt;u8&gt;</a></li><li><a href="#impl-Shr%3Cu8%3E-for-BigInt">Shr&lt;u8&gt;</a></li><li><a href="#impl-Shr%3Cusize%3E-for-%26%27a%20BigInt">Shr&lt;usize&gt;</a></li><li><a href="#impl-Shr%3Cusize%3E-for-BigInt">Shr&lt;usize&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i128%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i16%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i32%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i64%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20i8%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20isize%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u128%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u16%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u32%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u64%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20u8%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-ShrAssign%3C%26%27b%20usize%3E-for-BigInt">ShrAssign&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-ShrAssign%3Ci128%3E-for-BigInt">ShrAssign&lt;i128&gt;</a></li><li><a href="#impl-ShrAssign%3Ci16%3E-for-BigInt">ShrAssign&lt;i16&gt;</a></li><li><a href="#impl-ShrAssign%3Ci32%3E-for-BigInt">ShrAssign&lt;i32&gt;</a></li><li><a href="#impl-ShrAssign%3Ci64%3E-for-BigInt">ShrAssign&lt;i64&gt;</a></li><li><a href="#impl-ShrAssign%3Ci8%3E-for-BigInt">ShrAssign&lt;i8&gt;</a></li><li><a href="#impl-ShrAssign%3Cisize%3E-for-BigInt">ShrAssign&lt;isize&gt;</a></li><li><a href="#impl-ShrAssign%3Cu128%3E-for-BigInt">ShrAssign&lt;u128&gt;</a></li><li><a href="#impl-ShrAssign%3Cu16%3E-for-BigInt">ShrAssign&lt;u16&gt;</a></li><li><a href="#impl-ShrAssign%3Cu32%3E-for-BigInt">ShrAssign&lt;u32&gt;</a></li><li><a href="#impl-ShrAssign%3Cu64%3E-for-BigInt">ShrAssign&lt;u64&gt;</a></li><li><a href="#impl-ShrAssign%3Cu8%3E-for-BigInt">ShrAssign&lt;u8&gt;</a></li><li><a href="#impl-ShrAssign%3Cusize%3E-for-BigInt">ShrAssign&lt;usize&gt;</a></li><li><a href="#impl-Signed-for-BigInt">Signed</a></li><li><a href="#impl-Sub%3C%26%27a%20BigInt%3E-for-BigInt">Sub&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20i128%3E-for-BigInt">Sub&lt;&amp;&#39;a i128&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20i16%3E-for-BigInt">Sub&lt;&amp;&#39;a i16&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20i32%3E-for-BigInt">Sub&lt;&amp;&#39;a i32&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20i64%3E-for-BigInt">Sub&lt;&amp;&#39;a i64&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20i8%3E-for-BigInt">Sub&lt;&amp;&#39;a i8&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20isize%3E-for-BigInt">Sub&lt;&amp;&#39;a isize&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u128%3E-for-BigInt">Sub&lt;&amp;&#39;a u128&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u16%3E-for-BigInt">Sub&lt;&amp;&#39;a u16&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u32%3E-for-BigInt">Sub&lt;&amp;&#39;a u32&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u64%3E-for-BigInt">Sub&lt;&amp;&#39;a u64&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20u8%3E-for-BigInt">Sub&lt;&amp;&#39;a u8&gt;</a></li><li><a href="#impl-Sub%3C%26%27a%20usize%3E-for-BigInt">Sub&lt;&amp;&#39;a usize&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b BigInt&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20i128%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b i128&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20i16%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b i16&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20i32%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b i32&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20i64%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b i64&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20i8%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b i8&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20isize%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b isize&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b u128&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b u16&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b u32&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b u64&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b u8&gt;</a></li><li><a href="#impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigInt">Sub&lt;&amp;&#39;b usize&gt;</a></li><li><a href="#impl-Sub%3CBigInt%3E-for-%26%27a%20BigInt">Sub&lt;BigInt&gt;</a></li><li><a href="#impl-Sub%3CBigInt%3E-for-BigInt">Sub&lt;BigInt&gt;</a></li><li><a href="#impl-Sub%3Ci128%3E-for-%26%27a%20BigInt">Sub&lt;i128&gt;</a></li><li><a href="#impl-Sub%3Ci128%3E-for-BigInt">Sub&lt;i128&gt;</a></li><li><a href="#impl-Sub%3Ci16%3E-for-%26%27a%20BigInt">Sub&lt;i16&gt;</a></li><li><a href="#impl-Sub%3Ci16%3E-for-BigInt">Sub&lt;i16&gt;</a></li><li><a href="#impl-Sub%3Ci32%3E-for-%26%27a%20BigInt">Sub&lt;i32&gt;</a></li><li><a href="#impl-Sub%3Ci32%3E-for-BigInt">Sub&lt;i32&gt;</a></li><li><a href="#impl-Sub%3Ci64%3E-for-%26%27a%20BigInt">Sub&lt;i64&gt;</a></li><li><a href="#impl-Sub%3Ci64%3E-for-BigInt">Sub&lt;i64&gt;</a></li><li><a href="#impl-Sub%3Ci8%3E-for-%26%27a%20BigInt">Sub&lt;i8&gt;</a></li><li><a href="#impl-Sub%3Ci8%3E-for-BigInt">Sub&lt;i8&gt;</a></li><li><a href="#impl-Sub%3Cisize%3E-for-%26%27a%20BigInt">Sub&lt;isize&gt;</a></li><li><a href="#impl-Sub%3Cisize%3E-for-BigInt">Sub&lt;isize&gt;</a></li><li><a href="#impl-Sub%3Cu128%3E-for-%26%27a%20BigInt">Sub&lt;u128&gt;</a></li><li><a href="#impl-Sub%3Cu128%3E-for-BigInt">Sub&lt;u128&gt;</a></li><li><a href="#impl-Sub%3Cu16%3E-for-%26%27a%20BigInt">Sub&lt;u16&gt;</a></li><li><a href="#impl-Sub%3Cu16%3E-for-BigInt">Sub&lt;u16&gt;</a></li><li><a href="#impl-Sub%3Cu32%3E-for-%26%27a%20BigInt">Sub&lt;u32&gt;</a></li><li><a href="#impl-Sub%3Cu32%3E-for-BigInt">Sub&lt;u32&gt;</a></li><li><a href="#impl-Sub%3Cu64%3E-for-%26%27a%20BigInt">Sub&lt;u64&gt;</a></li><li><a href="#impl-Sub%3Cu64%3E-for-BigInt">Sub&lt;u64&gt;</a></li><li><a href="#impl-Sub%3Cu8%3E-for-%26%27a%20BigInt">Sub&lt;u8&gt;</a></li><li><a href="#impl-Sub%3Cu8%3E-for-BigInt">Sub&lt;u8&gt;</a></li><li><a href="#impl-Sub%3Cusize%3E-for-%26%27a%20BigInt">Sub&lt;usize&gt;</a></li><li><a href="#impl-Sub%3Cusize%3E-for-BigInt">Sub&lt;usize&gt;</a></li><li><a href="#impl-SubAssign%3C%26%27a%20BigInt%3E-for-BigInt">SubAssign&lt;&amp;&#39;a BigInt&gt;</a></li><li><a href="#impl-SubAssign%3CBigInt%3E-for-BigInt">SubAssign&lt;BigInt&gt;</a></li><li><a href="#impl-SubAssign%3Ci128%3E-for-BigInt">SubAssign&lt;i128&gt;</a></li><li><a href="#impl-SubAssign%3Ci16%3E-for-BigInt">SubAssign&lt;i16&gt;</a></li><li><a href="#impl-SubAssign%3Ci32%3E-for-BigInt">SubAssign&lt;i32&gt;</a></li><li><a href="#impl-SubAssign%3Ci64%3E-for-BigInt">SubAssign&lt;i64&gt;</a></li><li><a href="#impl-SubAssign%3Ci8%3E-for-BigInt">SubAssign&lt;i8&gt;</a></li><li><a href="#impl-SubAssign%3Cisize%3E-for-BigInt">SubAssign&lt;isize&gt;</a></li><li><a href="#impl-SubAssign%3Cu128%3E-for-BigInt">SubAssign&lt;u128&gt;</a></li><li><a href="#impl-SubAssign%3Cu16%3E-for-BigInt">SubAssign&lt;u16&gt;</a></li><li><a href="#impl-SubAssign%3Cu32%3E-for-BigInt">SubAssign&lt;u32&gt;</a></li><li><a href="#impl-SubAssign%3Cu64%3E-for-BigInt">SubAssign&lt;u64&gt;</a></li><li><a href="#impl-SubAssign%3Cu8%3E-for-BigInt">SubAssign&lt;u8&gt;</a></li><li><a href="#impl-SubAssign%3Cusize%3E-for-BigInt">SubAssign&lt;usize&gt;</a></li><li><a href="#impl-Sum%3CT%3E-for-BigInt">Sum&lt;T&gt;</a></li><li><a href="#impl-ToBigInt-for-BigInt">ToBigInt</a></li><li><a href="#impl-ToBigUint-for-BigInt">ToBigUint</a></li><li><a href="#impl-ToPrimitive-for-BigInt">ToPrimitive</a></li><li><a href="#impl-UpperHex-for-BigInt">UpperHex</a></li><li><a href="#impl-Zero-for-BigInt">Zero</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-BigInt">RefUnwindSafe</a></li><li><a href="#impl-Send-for-BigInt">Send</a></li><li><a href="#impl-Sync-for-BigInt">Sync</a></li><li><a href="#impl-Unpin-for-BigInt">Unpin</a></li><li><a href="#impl-UnwindSafe-for-BigInt">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-BigInt">Any</a></li><li><a href="#impl-Average-for-BigInt">Average</a></li><li><a href="#impl-Borrow%3CT%3E-for-BigInt">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-BigInt">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-BigInt">From&lt;T&gt;</a></li><li><a href="#impl-Into%3CU%3E-for-BigInt">Into&lt;U&gt;</a></li><li><a href="#impl-NumAssign-for-BigInt">NumAssign</a></li><li><a href="#impl-NumAssignOps%3CRhs%3E-for-BigInt">NumAssignOps&lt;Rhs&gt;</a></li><li><a href="#impl-NumAssignRef-for-BigInt">NumAssignRef</a></li><li><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-BigInt">NumOps&lt;Rhs, Output&gt;</a></li><li><a href="#impl-NumRef-for-BigInt">NumRef</a></li><li><a href="#impl-RefNum%3CBase%3E-for-BigInt">RefNum&lt;Base&gt;</a></li><li><a href="#impl-ToOwned-for-BigInt">ToOwned</a></li><li><a href="#impl-ToString-for-BigInt">ToString</a></li><li><a href="#impl-TryFrom%3CU%3E-for-BigInt">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-BigInt">TryInto&lt;U&gt;</a></li></ul></section><h2><a href="index.html">In simple_asn1</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Struct <a href="index.html">simple_asn1</a>::<wbr><a class="struct" href="#">BigInt</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/num_bigint/bigint.rs.html#63">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="item-decl"><pre class="rust struct"><code>pub struct BigInt { /* private fields */ }</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A big signed integer type.</p>
</div></details><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#564">source</a><a href="#impl-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.new" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#569">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fnname">new</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, digits: Vec&lt;u32, Global&gt;) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a BigInt.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_biguint" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#577">source</a><h4 class="code-header">pub fn <a href="#method.from_biguint" class="fnname">from_biguint</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, data: <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_slice" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#591">source</a><h4 class="code-header">pub fn <a href="#method.from_slice" class="fnname">from_slice</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, slice: &amp;[u32]) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.assign_from_slice" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#599">source</a><h4 class="code-header">pub fn <a href="#method.assign_from_slice" class="fnname">assign_from_slice</a>(&amp;mut self, sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, slice: &amp;[u32])</h4></section></summary><div class="docblock"><p>Reinitializes a <code>BigInt</code>.</p>
<p>The base 2<sup>32</sup> digits are ordered least significant digit first.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#627">source</a><h4 class="code-header">pub fn <a href="#method.from_bytes_be" class="fnname">from_bytes_be</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, bytes: &amp;[u8]) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>.</p>
<p>The bytes are in big-endian byte order.</p>
<h5 id="examples"><a href="#examples">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="macro">assert_eq!</span>(BigInt::from_bytes_be(Sign::Plus, <span class="string">b&quot;A&quot;</span>),
BigInt::parse_bytes(<span class="string">b&quot;65&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigInt::from_bytes_be(Sign::Plus, <span class="string">b&quot;AA&quot;</span>),
BigInt::parse_bytes(<span class="string">b&quot;16705&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigInt::from_bytes_be(Sign::Plus, <span class="string">b&quot;AB&quot;</span>),
BigInt::parse_bytes(<span class="string">b&quot;16706&quot;</span>, <span class="number">10</span>).unwrap());
<span class="macro">assert_eq!</span>(BigInt::from_bytes_be(Sign::Plus, <span class="string">b&quot;Hello world!&quot;</span>),
BigInt::parse_bytes(<span class="string">b&quot;22405534230753963835153736737&quot;</span>, <span class="number">10</span>).unwrap());</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#635">source</a><h4 class="code-header">pub fn <a href="#method.from_bytes_le" class="fnname">from_bytes_le</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, bytes: &amp;[u8]) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>.</p>
<p>The bytes are in little-endian byte order.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_signed_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#644">source</a><h4 class="code-header">pub fn <a href="#method.from_signed_bytes_be" class="fnname">from_signed_bytes_be</a>(digits: &amp;[u8]) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code> from an array of bytes in
two’s complement binary representation.</p>
<p>The digits are in big-endian base 2<sup>8</sup>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_signed_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#652">source</a><h4 class="code-header">pub fn <a href="#method.from_signed_bytes_le" class="fnname">from_signed_bytes_le</a>(digits: &amp;[u8]) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code> from an array of bytes in two’s complement.</p>
<p>The digits are in little-endian base 2<sup>8</sup>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.parse_bytes" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#668">source</a><h4 class="code-header">pub fn <a href="#method.parse_bytes" class="fnname">parse_bytes</a>(buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>.</p>
<h5 id="examples-1"><a href="#examples-1">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, ToBigInt};
<span class="macro">assert_eq!</span>(BigInt::parse_bytes(<span class="string">b&quot;1234&quot;</span>, <span class="number">10</span>), ToBigInt::to_bigint(<span class="kw-2">&amp;</span><span class="number">1234</span>));
<span class="macro">assert_eq!</span>(BigInt::parse_bytes(<span class="string">b&quot;ABCD&quot;</span>, <span class="number">16</span>), ToBigInt::to_bigint(<span class="kw-2">&amp;</span><span class="number">0xABCD</span>));
<span class="macro">assert_eq!</span>(BigInt::parse_bytes(<span class="string">b&quot;G&quot;</span>, <span class="number">16</span>), <span class="prelude-val">None</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_radix_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#689">source</a><h4 class="code-header">pub fn <a href="#method.from_radix_be" class="fnname">from_radix_be</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>. Each u8 of the input slice is
interpreted as one digit of the number
and must therefore be less than <code>radix</code>.</p>
<p>The bytes are in big-endian byte order.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-2"><a href="#examples-2">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="kw">let </span>inbase190 = <span class="macro">vec!</span>[<span class="number">15</span>, <span class="number">33</span>, <span class="number">125</span>, <span class="number">12</span>, <span class="number">14</span>];
<span class="kw">let </span>a = BigInt::from_radix_be(Sign::Minus, <span class="kw-2">&amp;</span>inbase190, <span class="number">190</span>).unwrap();
<span class="macro">assert_eq!</span>(a.to_radix_be(<span class="number">190</span>), (Sign:: Minus, inbase190));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_radix_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#710">source</a><h4 class="code-header">pub fn <a href="#method.from_radix_le" class="fnname">from_radix_le</a>(sign: <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, buf: &amp;[u8], radix: u32) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a <code>BigInt</code>. Each u8 of the input slice is
interpreted as one digit of the number
and must therefore be less than <code>radix</code>.</p>
<p>The bytes are in little-endian byte order.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-3"><a href="#examples-3">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="kw">let </span>inbase190 = <span class="macro">vec!</span>[<span class="number">14</span>, <span class="number">12</span>, <span class="number">125</span>, <span class="number">33</span>, <span class="number">15</span>];
<span class="kw">let </span>a = BigInt::from_radix_be(Sign::Minus, <span class="kw-2">&amp;</span>inbase190, <span class="number">190</span>).unwrap();
<span class="macro">assert_eq!</span>(a.to_radix_be(<span class="number">190</span>), (Sign::Minus, inbase190));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#726">source</a><h4 class="code-header">pub fn <a href="#method.to_bytes_be" class="fnname">to_bytes_be</a>(&amp;self) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u8, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the sign and the byte representation of the <code>BigInt</code> in big-endian byte order.</p>
<h5 id="examples-4"><a href="#examples-4">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{ToBigInt, Sign};
<span class="kw">let </span>i = -<span class="number">1125</span>.to_bigint().unwrap();
<span class="macro">assert_eq!</span>(i.to_bytes_be(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">4</span>, <span class="number">101</span>]));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#741">source</a><h4 class="code-header">pub fn <a href="#method.to_bytes_le" class="fnname">to_bytes_le</a>(&amp;self) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u8, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the sign and the byte representation of the <code>BigInt</code> in little-endian byte order.</p>
<h5 id="examples-5"><a href="#examples-5">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{ToBigInt, Sign};
<span class="kw">let </span>i = -<span class="number">1125</span>.to_bigint().unwrap();
<span class="macro">assert_eq!</span>(i.to_bytes_le(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">101</span>, <span class="number">4</span>]));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u32_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#760">source</a><h4 class="code-header">pub fn <a href="#method.to_u32_digits" class="fnname">to_u32_digits</a>(&amp;self) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u32, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the sign and the <code>u32</code> digits representation of the <code>BigInt</code> ordered least
significant digit first.</p>
<h5 id="examples-6"><a href="#examples-6">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">1125</span>).to_u32_digits(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">1125</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967295u32</span>).to_u32_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">4294967295</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967296u64</span>).to_u32_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">112500000000i64</span>).to_u32_digits(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">112500000000i64</span>).to_u32_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u64_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#780">source</a><h4 class="code-header">pub fn <a href="#method.to_u64_digits" class="fnname">to_u64_digits</a>(&amp;self) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u64, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the sign and the <code>u64</code> digits representation of the <code>BigInt</code> ordered least
significant digit first.</p>
<h5 id="examples-7"><a href="#examples-7">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">1125</span>).to_u64_digits(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">1125</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967295u32</span>).to_u64_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">4294967295</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967296u64</span>).to_u64_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">4294967296</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">112500000000i64</span>).to_u64_digits(), (Sign::Minus, <span class="macro">vec!</span>[<span class="number">112500000000</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">112500000000i64</span>).to_u64_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">112500000000</span>]));
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">1u128 </span>&lt;&lt; <span class="number">64</span>).to_u64_digits(), (Sign::Plus, <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.iter_u32_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#799">source</a><h4 class="code-header">pub fn <a href="#method.iter_u32_digits" class="fnname">iter_u32_digits</a>(&amp;self) -&gt; <a class="struct" href="../num_bigint/biguint/iter/struct.U32Digits.html" title="struct num_bigint::biguint::iter::U32Digits">U32Digits</a>&lt;'_&gt;</h4></section></summary><div class="docblock"><p>Returns an iterator of <code>u32</code> digits representation of the <code>BigInt</code> ordered least
significant digit first.</p>
<h5 id="examples-8"><a href="#examples-8">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigInt;
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">1125</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">1125</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967295u32</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967295</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967296u64</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">112500000000i64</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">112500000000i64</span>).iter_u32_digits().collect::&lt;Vec&lt;u32&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">830850304</span>, <span class="number">26</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.iter_u64_digits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#819">source</a><h4 class="code-header">pub fn <a href="#method.iter_u64_digits" class="fnname">iter_u64_digits</a>(&amp;self) -&gt; <a class="struct" href="../num_bigint/biguint/iter/struct.U64Digits.html" title="struct num_bigint::biguint::iter::U64Digits">U64Digits</a>&lt;'_&gt;</h4></section></summary><div class="docblock"><p>Returns an iterator of <code>u64</code> digits representation of the <code>BigInt</code> ordered least
significant digit first.</p>
<h5 id="examples-9"><a href="#examples-9">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigInt;
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">1125</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">1125u64</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967295u32</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967295u64</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">4294967296u64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">4294967296u64</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">112500000000i64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">112500000000u64</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">112500000000i64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">112500000000u64</span>]);
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">1u128 </span>&lt;&lt; <span class="number">64</span>).iter_u64_digits().collect::&lt;Vec&lt;u64&gt;&gt;(), <span class="macro">vec!</span>[<span class="number">0</span>, <span class="number">1</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_signed_bytes_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#834">source</a><h4 class="code-header">pub fn <a href="#method.to_signed_bytes_be" class="fnname">to_signed_bytes_be</a>(&amp;self) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the two’s-complement byte representation of the <code>BigInt</code> in big-endian byte order.</p>
<h5 id="examples-10"><a href="#examples-10">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::ToBigInt;
<span class="kw">let </span>i = -<span class="number">1125</span>.to_bigint().unwrap();
<span class="macro">assert_eq!</span>(i.to_signed_bytes_be(), <span class="macro">vec!</span>[<span class="number">251</span>, <span class="number">155</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_signed_bytes_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#849">source</a><h4 class="code-header">pub fn <a href="#method.to_signed_bytes_le" class="fnname">to_signed_bytes_le</a>(&amp;self) -&gt; Vec&lt;u8, Global&gt;</h4></section></summary><div class="docblock"><p>Returns the two’s-complement byte representation of the <code>BigInt</code> in little-endian byte order.</p>
<h5 id="examples-11"><a href="#examples-11">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::ToBigInt;
<span class="kw">let </span>i = -<span class="number">1125</span>.to_bigint().unwrap();
<span class="macro">assert_eq!</span>(i.to_signed_bytes_le(), <span class="macro">vec!</span>[<span class="number">155</span>, <span class="number">251</span>]);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_str_radix" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#865">source</a><h4 class="code-header">pub fn <a href="#method.to_str_radix" class="fnname">to_str_radix</a>(&amp;self, radix: u32) -&gt; String</h4></section></summary><div class="docblock"><p>Returns the integer formatted as a string in the given radix.
<code>radix</code> must be in the range <code>2...36</code>.</p>
<h5 id="examples-12"><a href="#examples-12">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::BigInt;
<span class="kw">let </span>i = BigInt::parse_bytes(<span class="string">b&quot;ff&quot;</span>, <span class="number">16</span>).unwrap();
<span class="macro">assert_eq!</span>(i.to_str_radix(<span class="number">16</span>), <span class="string">&quot;ff&quot;</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_radix_be" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#891">source</a><h4 class="code-header">pub fn <a href="#method.to_radix_be" class="fnname">to_radix_be</a>(&amp;self, radix: u32) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u8, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the integer in the requested base in big-endian digit order.
The output is not given in a human readable alphabet but as a zero
based u8 number.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-13"><a href="#examples-13">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">0xFFFFi64</span>).to_radix_be(<span class="number">159</span>),
(Sign::Minus, <span class="macro">vec!</span>[<span class="number">2</span>, <span class="number">94</span>, <span class="number">27</span>]));
<span class="comment">// 0xFFFF = 65535 = 2*(159^2) + 94*159 + 27</span></code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_radix_le" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#910">source</a><h4 class="code-header">pub fn <a href="#method.to_radix_le" class="fnname">to_radix_le</a>(&amp;self, radix: u32) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, Vec&lt;u8, Global&gt;)</h4></section></summary><div class="docblock"><p>Returns the integer in the requested base in little-endian digit order.
The output is not given in a human readable alphabet but as a zero
based u8 number.
<code>radix</code> must be in the range <code>2...256</code>.</p>
<h5 id="examples-14"><a href="#examples-14">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">0xFFFFi64</span>).to_radix_le(<span class="number">159</span>),
(Sign::Minus, <span class="macro">vec!</span>[<span class="number">27</span>, <span class="number">94</span>, <span class="number">2</span>]));
<span class="comment">// 0xFFFF = 65535 = 27 + 94*159 + 2*(159^2)</span></code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sign" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#927">source</a><h4 class="code-header">pub fn <a href="#method.sign" class="fnname">sign</a>(&amp;self) -&gt; <a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a></h4></section></summary><div class="docblock"><p>Returns the sign of the <code>BigInt</code> as a <code>Sign</code>.</p>
<h5 id="examples-15"><a href="#examples-15">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, Sign};
<span class="kw">use </span>num_traits::Zero;
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">1234</span>).sign(), Sign::Plus);
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">4321</span>).sign(), Sign::Minus);
<span class="macro">assert_eq!</span>(BigInt::zero().sign(), Sign::NoSign);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.magnitude" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#944">source</a><h4 class="code-header">pub fn <a href="#method.magnitude" class="fnname">magnitude</a>(&amp;self) -&gt; &amp;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a></h4></section></summary><div class="docblock"><p>Returns the magnitude of the <code>BigInt</code> as a <code>BigUint</code>.</p>
<h5 id="examples-16"><a href="#examples-16">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, BigUint};
<span class="kw">use </span>num_traits::Zero;
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">1234</span>).magnitude(), <span class="kw-2">&amp;</span>BigUint::from(<span class="number">1234u32</span>));
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">4321</span>).magnitude(), <span class="kw-2">&amp;</span>BigUint::from(<span class="number">4321u32</span>));
<span class="macro">assert!</span>(BigInt::zero().magnitude().is_zero());</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into_parts" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#962">source</a><h4 class="code-header">pub fn <a href="#method.into_parts" class="fnname">into_parts</a>(self) -&gt; (<a class="enum" href="../num_bigint/bigint/enum.Sign.html" title="enum num_bigint::bigint::Sign">Sign</a>, <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>)</h4></section></summary><div class="docblock"><p>Convert this <code>BigInt</code> into its <code>Sign</code> and <code>BigUint</code> magnitude,
the reverse of <code>BigInt::from_biguint</code>.</p>
<h5 id="examples-17"><a href="#examples-17">Examples</a></h5>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>num_bigint::{BigInt, BigUint, Sign};
<span class="kw">use </span>num_traits::Zero;
<span class="macro">assert_eq!</span>(BigInt::from(<span class="number">1234</span>).into_parts(), (Sign::Plus, BigUint::from(<span class="number">1234u32</span>)));
<span class="macro">assert_eq!</span>(BigInt::from(-<span class="number">4321</span>).into_parts(), (Sign::Minus, BigUint::from(<span class="number">4321u32</span>)));
<span class="macro">assert_eq!</span>(BigInt::zero().into_parts(), (Sign::NoSign, BigUint::zero()));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bits" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#969">source</a><h4 class="code-header">pub fn <a href="#method.bits" class="fnname">bits</a>(&amp;self) -&gt; u64</h4></section></summary><div class="docblock"><p>Determines the fewest bits necessary to express the <code>BigInt</code>,
not including the sign.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_biguint" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#975">source</a><h4 class="code-header">pub fn <a href="#method.to_biguint" class="fnname">to_biguint</a>(&amp;self) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt;</h4></section></summary><div class="docblock"><p>Converts this <code>BigInt</code> into a <code>BigUint</code>, if it’s not negative.</p>
</div></details><section id="method.checked_add" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#984">source</a><h4 class="code-header">pub fn <a href="#method.checked_add" class="fnname">checked_add</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section><section id="method.checked_sub" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#989">source</a><h4 class="code-header">pub fn <a href="#method.checked_sub" class="fnname">checked_sub</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section><section id="method.checked_mul" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#994">source</a><h4 class="code-header">pub fn <a href="#method.checked_mul" class="fnname">checked_mul</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section><section id="method.checked_div" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#999">source</a><h4 class="code-header">pub fn <a href="#method.checked_div" class="fnname">checked_div</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1007">source</a><h4 class="code-header">pub fn <a href="#method.pow" class="fnname">pow</a>(&amp;self, exponent: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Returns <code>self ^ exponent</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.modpow" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1019">source</a><h4 class="code-header">pub fn <a href="#method.modpow" class="fnname">modpow</a>(&amp;self, exponent: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, modulus: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Returns <code>(self ^ exponent) mod modulus</code></p>
<p>Note that this rounds like <code>mod_floor</code>, not like the <code>%</code> operator,
which makes a difference when given a negative <code>self</code> or <code>modulus</code>.
The result will be in the interval <code>[0, modulus)</code> for <code>modulus &gt; 0</code>,
or in the interval <code>(modulus, 0]</code> for <code>modulus &lt; 0</code></p>
<p>Panics if the exponent is negative or the modulus is zero.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sqrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1025">source</a><h4 class="code-header">pub fn <a href="#method.sqrt" class="fnname">sqrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal square root of <code>self</code>
see <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#method.sqrt">Roots::sqrt</a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cbrt" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1031">source</a><h4 class="code-header">pub fn <a href="#method.cbrt" class="fnname">cbrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal cube root of <code>self</code>
see <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#method.cbrt">Roots::cbrt</a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.nth_root" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1037">source</a><h4 class="code-header">pub fn <a href="#method.nth_root" class="fnname">nth_root</a>(&amp;self, n: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Returns the truncated principal <code>n</code>th root of <code>self</code>
See <a href="https://docs.rs/num-integer/0.1/num_integer/trait.Roots.html#tymethod.nth_root">Roots::nth_root</a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.trailing_zeros" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1043">source</a><h4 class="code-header">pub fn <a href="#method.trailing_zeros" class="fnname">trailing_zeros</a>(&amp;self) -&gt; Option&lt;u64&gt;</h4></section></summary><div class="docblock"><p>Returns the number of least-significant bits that are zero,
or <code>None</code> if the entire number is zero.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bit" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1049">source</a><h4 class="code-header">pub fn <a href="#method.bit" class="fnname">bit</a>(&amp;self, bit: u64) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns whether the bit in position <code>bit</code> is set,
using the two’s complement for negative numbers</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_bit" class="method has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#1077">source</a><h4 class="code-header">pub fn <a href="#method.set_bit" class="fnname">set_bit</a>(&amp;mut self, bit: u64, value: bool)</h4></section></summary><div class="docblock"><p>Sets or clears the bit in the given position,
using the two’s complement for negative numbers</p>
<p>Note that setting/clearing a bit (for positive/negative numbers,
respectively) greater than the current bit length, a reallocation
may be needed to store the new digits</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#58">source</a><a href="#impl-Add%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-138" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-138" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#62">source</a><a href="#method.add" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#impl-Add%3C%26%27a%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-148" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-148" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#method.add-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-156" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-156" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#impl-Add%3C%26%27a%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-162" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-162" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#method.add-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#impl-Add%3C%26%27a%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-149" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-149" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#method.add-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-174" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-174" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-179" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-179" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#impl-Add%3C%26%27a%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-170" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-170" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#method.add-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-177" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-177" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#impl-Add%3C%26%27a%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-140" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-140" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#method.add-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#impl-Add%3C%26%27a%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-144" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-144" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#method.add-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-185" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-185" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27a%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27a%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-159" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-159" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#33">source</a><a href="#impl-Add%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-155" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-155" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#37">source</a><a href="#method.add-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#impl-Add%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-145" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-145" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#method.add-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-182" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-182" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#impl-Add%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-188" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-188" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#method.add-50" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#impl-Add%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-168" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-168" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#method.add-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-189" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-189" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-51" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-186" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-186" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-48" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#impl-Add%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-141" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-141" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#method.add-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-147" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-147" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#impl-Add%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-176" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-176" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#method.add-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#impl-Add%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-163" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-163" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#method.add-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-150" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-150" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Add&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-142" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-142" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#49">source</a><a href="#impl-Add%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-169" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-169" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#53">source</a><a href="#method.add-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#67">source</a><a href="#impl-Add%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-187" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-187" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#71">source</a><a href="#method.add-49" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#impl-Add%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-173" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-173" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#167">source</a><a href="#method.add-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#211">source</a><a href="#impl-Add%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-139" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-139" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#215">source</a><a href="#method.add-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-153" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-153" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-175" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-175" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#impl-Add%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-143" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-143" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#165">source</a><a href="#method.add-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#169">source</a><a href="#impl-Add%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-171" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-171" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#173">source</a><a href="#method.add-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#impl-Add%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-167" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-167" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#166">source</a><a href="#method.add-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#190">source</a><a href="#impl-Add%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-161" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-161" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#194">source</a><a href="#method.add-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-184" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-184" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-146" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-146" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-172" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-172" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-152" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-152" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#impl-Add%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-180" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-180" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#89">source</a><a href="#method.add-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#141">source</a><a href="#impl-Add%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-151" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-151" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#145">source</a><a href="#method.add-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-164" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-164" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-160" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-160" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#impl-Add%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-165" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-165" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#87">source</a><a href="#method.add-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#91">source</a><a href="#impl-Add%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-178" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-178" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#95">source</a><a href="#method.add-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#impl-Add%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-181" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-181" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#88">source</a><a href="#method.add-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#116">source</a><a href="#impl-Add%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-158" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-158" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#120">source</a><a href="#method.add-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-166" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-166" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-157" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-157" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Add&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-183" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-183" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Add%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#impl-Add%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Add&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-154" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-154" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#85">source</a><a href="#method.add-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#76">source</a><a href="#impl-AddAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; AddAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#78">source</a><a href="#method.add_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#83">source</a><a href="#impl-AddAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#83">source</a><a href="#method.add_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#222">source</a><a href="#impl-AddAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#224">source</a><a href="#method.add_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: i128)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: i16)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#180">source</a><a href="#impl-AddAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#182">source</a><a href="#method.add_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: i32)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#201">source</a><a href="#impl-AddAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#203">source</a><a href="#method.add_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: i64)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: i8)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: isize)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#157">source</a><a href="#impl-AddAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#159">source</a><a href="#method.add_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#108">source</a><a href="#impl-AddAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#110">source</a><a href="#method.add_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#133">source</a><a href="#impl-AddAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#135">source</a><a href="#method.add_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-AddAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#impl-AddAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl AddAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.add_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#86">source</a><a href="#method.add_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">add_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>+=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Binary-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#146">source</a><a href="#impl-Binary-for-BigInt" class="anchor"></a><h3 class="code-header">impl Binary for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#147">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#133">source</a><a href="#impl-BitAnd%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAnd&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-340" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-340" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#137">source</a><a href="#method.bitand" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#111">source</a><a href="#impl-BitAnd%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitAnd&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-343" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-343" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#115">source</a><a href="#method.bitand-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#107">source</a><a href="#impl-BitAnd%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAnd&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-342" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-342" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#107">source</a><a href="#method.bitand-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAnd%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#106">source</a><a href="#impl-BitAnd%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitAnd&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-341" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-341" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&amp;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#106">source</a><a href="#method.bitand-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&amp;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAndAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#145">source</a><a href="#impl-BitAndAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitAndAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#146">source</a><a href="#method.bitand_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>&amp;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitAndAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#143">source</a><a href="#impl-BitAndAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitAndAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitand_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#143">source</a><a href="#method.bitand_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitand_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>&amp;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#273">source</a><a href="#impl-BitOr%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOr&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-397" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-397" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#277">source</a><a href="#method.bitor-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#250">source</a><a href="#impl-BitOr%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitOr&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-396" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-396" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#254">source</a><a href="#method.bitor" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#246">source</a><a href="#impl-BitOr%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOr&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-399" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-399" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#246">source</a><a href="#method.bitor-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOr%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#245">source</a><a href="#impl-BitOr%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitOr&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-398" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-398" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>|</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#245">source</a><a href="#method.bitor-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>|</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOrAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#285">source</a><a href="#impl-BitOrAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitOrAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#286">source</a><a href="#method.bitor_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>|=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitOrAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#283">source</a><a href="#impl-BitOrAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitOrAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitor_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#283">source</a><a href="#method.bitor_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitor_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>|=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#411">source</a><a href="#impl-BitXor%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXor&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-84" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-84" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#415">source</a><a href="#method.bitxor-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#impl-BitXor%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; BitXor&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-85" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-85" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#method.bitxor-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#impl-BitXor%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXor&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-82" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-82" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#method.bitxor" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXor%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#impl-BitXor%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitXor&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-83" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-83" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>^</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#409">source</a><a href="#method.bitxor-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>^</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXorAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#423">source</a><a href="#impl-BitXorAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; BitXorAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#424">source</a><a href="#method.bitxor_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>^=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-BitXorAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#421">source</a><a href="#impl-BitXorAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl BitXorAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.bitxor_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/bits.rs.html#421">source</a><a href="#method.bitxor_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">bitxor_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>^=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedAdd-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#232">source</a><a href="#impl-CheckedAdd-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/ops/checked/trait.CheckedAdd.html" title="trait num_traits::ops::checked::CheckedAdd">CheckedAdd</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_add-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#234">source</a><a href="#method.checked_add-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/ops/checked/trait.CheckedAdd.html#tymethod.checked_add" class="fnname">checked_add</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Adds two numbers, checking for overflow. If overflow happens, <code>None</code> is
returned. <a href="../num_traits/ops/checked/trait.CheckedAdd.html#tymethod.checked_add">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedDiv-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#440">source</a><a href="#impl-CheckedDiv-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/ops/checked/trait.CheckedDiv.html" title="trait num_traits::ops::checked::CheckedDiv">CheckedDiv</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_div-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#442">source</a><a href="#method.checked_div-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/ops/checked/trait.CheckedDiv.html#tymethod.checked_div" class="fnname">checked_div</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Divides two numbers, checking for underflow, overflow and division by
zero. If any of that happens, <code>None</code> is returned. <a href="../num_traits/ops/checked/trait.CheckedDiv.html#tymethod.checked_div">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedMul-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#185">source</a><a href="#impl-CheckedMul-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/ops/checked/trait.CheckedMul.html" title="trait num_traits::ops::checked::CheckedMul">CheckedMul</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_mul-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#187">source</a><a href="#method.checked_mul-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/ops/checked/trait.CheckedMul.html#tymethod.checked_mul" class="fnname">checked_mul</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Multiplies two numbers, checking for underflow or overflow. If underflow
or overflow happens, <code>None</code> is returned. <a href="../num_traits/ops/checked/trait.CheckedMul.html#tymethod.checked_mul">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-CheckedSub-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#295">source</a><a href="#impl-CheckedSub-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/ops/checked/trait.CheckedSub.html" title="trait num_traits::ops::checked::CheckedSub">CheckedSub</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.checked_sub-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#297">source</a><a href="#method.checked_sub-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/ops/checked/trait.CheckedSub.html#tymethod.checked_sub" class="fnname">checked_sub</a>(&amp;self, v: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Subtracts two numbers, checking for underflow. If underflow happens,
<code>None</code> is returned. <a href="../num_traits/ops/checked/trait.CheckedSub.html#tymethod.checked_sub">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Clone-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#70">source</a><a href="#impl-Clone-for-BigInt" class="anchor"></a><h3 class="code-header">impl Clone for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#72">source</a><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#80">source</a><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_from</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#62">source</a><a href="#impl-Debug-for-BigInt" class="anchor"></a><h3 class="code-header">impl Debug for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#62">source</a><a href="#method.fmt-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Default-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#133">source</a><a href="#impl-Default-for-BigInt" class="anchor"></a><h3 class="code-header">impl Default for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.default" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#135">source</a><a href="#method.default" class="anchor"></a><h4 class="code-header">fn <a class="fnname">default</a>() -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Display-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#140">source</a><a href="#impl-Display-for-BigInt" class="anchor"></a><h3 class="code-header">impl Display for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#141">source</a><a href="#method.fmt-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#impl-Div%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-378" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-378" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#method.div-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#impl-Div%3C%26%27a%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-367" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-367" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#method.div-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-373" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-373" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#impl-Div%3C%26%27a%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-352" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-352" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#method.div-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#impl-Div%3C%26%27a%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-377" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-377" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#method.div-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-369" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-369" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-388" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-388" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#impl-Div%3C%26%27a%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-365" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-365" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#method.div-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-353" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-353" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#impl-Div%3C%26%27a%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-371" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-371" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#method.div-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#impl-Div%3C%26%27a%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-387" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-387" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#method.div-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-395" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-395" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-51" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27a%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27a%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-348" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-348" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#13">source</a><a href="#impl-Div%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-368" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-368" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#17">source</a><a href="#method.div-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#impl-Div%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-360" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-360" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#method.div-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-393" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-393" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-49" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#impl-Div%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-389" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-389" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#method.div-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#impl-Div%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-392" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-392" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#method.div-48" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-351" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-351" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-380" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-380" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#impl-Div%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-361" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-361" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#method.div-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-383" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-383" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#impl-Div%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-345" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-345" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#method.div-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#impl-Div%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-370" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-370" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#method.div-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-344" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-344" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Div&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-390" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-390" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#impl-Div%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-384" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-384" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#method.div-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#impl-Div%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-359" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-359" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#11">source</a><a href="#method.div-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#impl-Div%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-357" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-357" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#123">source</a><a href="#method.div-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#199">source</a><a href="#impl-Div%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-375" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-375" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#203">source</a><a href="#method.div-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-347" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-347" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-386" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-386" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#impl-Div%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-364" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-364" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#121">source</a><a href="#method.div-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#125">source</a><a href="#impl-Div%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-381" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-381" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#129">source</a><a href="#method.div-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#impl-Div%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-382" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-382" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#122">source</a><a href="#method.div-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#162">source</a><a href="#impl-Div%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-376" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-376" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#166">source</a><a href="#method.div-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-354" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-354" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-394" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-394" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-50" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-372" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-372" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-385" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-385" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#impl-Div%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-363" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-363" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#35">source</a><a href="#method.div-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#93">source</a><a href="#impl-Div%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-358" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-358" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#97">source</a><a href="#method.div-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-355" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-355" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-374" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-374" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#impl-Div%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-350" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-350" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#33">source</a><a href="#method.div-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#37">source</a><a href="#impl-Div%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-356" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-356" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#41">source</a><a href="#method.div-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#impl-Div%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-349" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-349" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#34">source</a><a href="#method.div-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#65">source</a><a href="#impl-Div%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-391" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-391" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#69">source</a><a href="#method.div-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-362" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-362" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-366" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-366" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Div&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-346" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-346" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Div%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#impl-Div%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Div&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-379" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-379" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>/</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#31">source</a><a href="#method.div-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>/</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#23">source</a><a href="#impl-DivAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; DivAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#25">source</a><a href="#method.div_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#29">source</a><a href="#impl-DivAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#29">source</a><a href="#method.div_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#211">source</a><a href="#impl-DivAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#213">source</a><a href="#method.div_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: i128)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: i16)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#137">source</a><a href="#impl-DivAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#139">source</a><a href="#method.div_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: i32)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#174">source</a><a href="#impl-DivAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#176">source</a><a href="#method.div_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: i64)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: i8)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: isize)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#102">source</a><a href="#impl-DivAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#104">source</a><a href="#method.div_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#46">source</a><a href="#impl-DivAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#48">source</a><a href="#method.div_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#74">source</a><a href="#impl-DivAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#76">source</a><a href="#method.div_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-DivAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#impl-DivAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl DivAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#32">source</a><a href="#method.div_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">div_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>/=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CBigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#270">source</a><a href="#impl-From%3CBigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#272">source</a><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#195">source</a><a href="#impl-From%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#197">source</a><a href="#method.from-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#222">source</a><a href="#impl-From%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#222">source</a><a href="#method.from-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#223">source</a><a href="#impl-From%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#223">source</a><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#180">source</a><a href="#impl-From%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#182">source</a><a href="#method.from-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#221">source</a><a href="#impl-From%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#221">source</a><a href="#method.from-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#224">source</a><a href="#impl-From%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#224">source</a><a href="#method.from-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#240">source</a><a href="#impl-From%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#242">source</a><a href="#method.from-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#266">source</a><a href="#impl-From%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#266">source</a><a href="#method.from-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#267">source</a><a href="#impl-From%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#267">source</a><a href="#method.from-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#226">source</a><a href="#impl-From%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#228">source</a><a href="#method.from-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#265">source</a><a href="#impl-From%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#265">source</a><a href="#method.from-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#268">source</a><a href="#impl-From%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl From&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#268">source</a><a href="#method.from-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(n: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromPrimitive-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#148">source</a><a href="#impl-FromPrimitive-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/cast/trait.FromPrimitive.html" title="trait num_traits::cast::FromPrimitive">FromPrimitive</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#150">source</a><a href="#method.from_i64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_i64" class="fnname">from_i64</a>(n: i64) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>i64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#155">source</a><a href="#method.from_i128" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i128" class="fnname">from_i128</a>(n: i128) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>i128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#160">source</a><a href="#method.from_u64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_u64" class="fnname">from_u64</a>(n: u64) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>u64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#tymethod.from_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#165">source</a><a href="#method.from_u128" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u128" class="fnname">from_u128</a>(n: u128) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts an <code>u128</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#170">source</a><a href="#method.from_f64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f64" class="fnname">from_f64</a>(n: f64) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts a <code>f64</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#415">source</a><a href="#method.from_isize" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_isize" class="fnname">from_isize</a>(n: isize) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>isize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#422">source</a><a href="#method.from_i8" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i8" class="fnname">from_i8</a>(n: i8) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#429">source</a><a href="#method.from_i16" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i16" class="fnname">from_i16</a>(n: i16) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#436">source</a><a href="#method.from_i32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i32" class="fnname">from_i32</a>(n: i32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>i32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#460">source</a><a href="#method.from_usize" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_usize" class="fnname">from_usize</a>(n: usize) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts a <code>usize</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#467">source</a><a href="#method.from_u8" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u8" class="fnname">from_u8</a>(n: u8) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u8</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#474">source</a><a href="#method.from_u16" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u16" class="fnname">from_u16</a>(n: u16) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u16</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#481">source</a><a href="#method.from_u32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u32" class="fnname">from_u32</a>(n: u32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts an <code>u32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_u32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#505">source</a><a href="#method.from_f32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f32" class="fnname">from_f32</a>(n: f32) -&gt; Option&lt;Self&gt;</h4></section></summary><div class='docblock'>Converts a <code>f32</code> to return an optional value of this type. If the
value cannot be represented by this type, then <code>None</code> is returned. <a href="../num_traits/cast/trait.FromPrimitive.html#method.from_f32">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromStr-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#15">source</a><a href="#impl-FromStr-for-BigInt" class="anchor"></a><h3 class="code-header">impl FromStr for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Err" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Err" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Err</a> = <a class="struct" href="../num_bigint/struct.ParseBigIntError.html" title="struct num_bigint::ParseBigIntError">ParseBigIntError</a></h4></section></summary><div class='docblock'>The associated error which can be returned from parsing.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#19">source</a><a href="#method.from_str" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from_str</a>(s: &amp;str) -&gt; Result&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, <a class="struct" href="../num_bigint/struct.ParseBigIntError.html" title="struct num_bigint::ParseBigIntError">ParseBigIntError</a>&gt;</h4></section></summary><div class='docblock'>Parses a string <code>s</code> to return a value of this type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Hash-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#86">source</a><a href="#impl-Hash-for-BigInt" class="anchor"></a><h3 class="code-header">impl Hash for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#88">source</a><a href="#method.hash" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash</a>&lt;H&gt;(&amp;self, state: &amp;mut H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds this value into the given [<code>Hasher</code>]. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.3.0">1.3.0</span><a href="#method.hash_slice" class="anchor"></a><h4 class="code-header">fn <a class="fnname">hash_slice</a>&lt;H&gt;(data: &amp;[Self], state: &amp;mut H)<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;H: Hasher,</span></h4></section></summary><div class='docblock'>Feeds a slice of this type into the given [<code>Hasher</code>]. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Integer-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#349">source</a><a href="#impl-Integer-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_integer/trait.Integer.html" title="trait num_integer::Integer">Integer</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gcd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#437">source</a><a href="#method.gcd" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.gcd" class="fnname">gcd</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Calculates the Greatest Common Divisor (GCD) of the number and <code>other</code>.</p>
<p>The result is always positive.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.lcm" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#443">source</a><a href="#method.lcm" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.lcm" class="fnname">lcm</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Calculates the Lowest Common Multiple (LCM) of the number and <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gcd_lcm" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#450">source</a><a href="#method.gcd_lcm" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.gcd_lcm" class="fnname">gcd_lcm</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; (<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class="docblock"><p>Calculates the Greatest Common Divisor (GCD) and
Lowest Common Multiple (LCM) together.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.extended_gcd_lcm" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#457">source</a><a href="#method.extended_gcd_lcm" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.extended_gcd_lcm" class="fnname">extended_gcd_lcm</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; (<a class="struct" href="../num_integer/struct.ExtendedGcd.html" title="struct num_integer::ExtendedGcd">ExtendedGcd</a>&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;, <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class="docblock"><p>Greatest common divisor, least common multiple, and Bézout coefficients.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.divides" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#469">source</a><a href="#method.divides" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.divides" class="fnname">divides</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; bool</h4></section></summary><div class="docblock"><p>Deprecated, use <code>is_multiple_of</code> instead.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#475">source</a><a href="#method.is_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.is_multiple_of" class="fnname">is_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is a multiple of <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_even" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#481">source</a><a href="#method.is_even" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.is_even" class="fnname">is_even</a>(&amp;self) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is divisible by <code>2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_odd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#487">source</a><a href="#method.is_odd" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.is_odd" class="fnname">is_odd</a>(&amp;self) -&gt; bool</h4></section></summary><div class="docblock"><p>Returns <code>true</code> if the number is not divisible by <code>2</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.next_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#493">source</a><a href="#method.next_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.next_multiple_of" class="fnname">next_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Rounds up to nearest multiple of argument.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.prev_multiple_of" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#503">source</a><a href="#method.prev_multiple_of" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.prev_multiple_of" class="fnname">prev_multiple_of</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class="docblock"><p>Rounds down to nearest multiple of argument.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_rem" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#351">source</a><a href="#method.div_rem" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.div_rem" class="fnname">div_rem</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; (<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Simultaneous truncated integer division and modulus.
Returns <code>(quotient, remainder)</code>. <a href="../num_integer/trait.Integer.html#tymethod.div_rem">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#364">source</a><a href="#method.div_floor" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.div_floor" class="fnname">div_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Floored integer division. <a href="../num_integer/trait.Integer.html#tymethod.div_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mod_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#381">source</a><a href="#method.mod_floor" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#tymethod.mod_floor" class="fnname">mod_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Floored integer modulo, satisfying: <a href="../num_integer/trait.Integer.html#tymethod.mod_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_mod_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#398">source</a><a href="#method.div_mod_floor" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.div_mod_floor" class="fnname">div_mod_floor</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; (<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Simultaneous floored integer division and modulus.
Returns <code>(quotient, remainder)</code>. <a href="../num_integer/trait.Integer.html#method.div_mod_floor">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.div_ceil" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#417">source</a><a href="#method.div_ceil" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.div_ceil" class="fnname">div_ceil</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Ceiled integer division. <a href="../num_integer/trait.Integer.html#method.div_ceil">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.extended_gcd" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/lib.rs.html#165-167">source</a><a href="#method.extended_gcd" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/trait.Integer.html#method.extended_gcd" class="fnname">extended_gcd</a>(&amp;self, other: &amp;Self) -&gt; <a class="struct" href="../num_integer/struct.ExtendedGcd.html" title="struct num_integer::ExtendedGcd">ExtendedGcd</a>&lt;Self&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: Clone,</span></h4></section></summary><div class='docblock'>Greatest common divisor and Bézout coefficients. <a href="../num_integer/trait.Integer.html#method.extended_gcd">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-LowerHex-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#158">source</a><a href="#impl-LowerHex-for-BigInt" class="anchor"></a><h3 class="code-header">impl LowerHex for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#159">source</a><a href="#method.fmt-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#impl-Mul%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-76" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-76" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#method.mul-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#impl-Mul%3C%26%27a%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-44" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-44" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#method.mul-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-66" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-66" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#impl-Mul%3C%26%27a%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-59" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-59" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#method.mul-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#impl-Mul%3C%26%27a%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-37" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-37" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#method.mul-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-78" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-78" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-48" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-55" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-55" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#impl-Mul%3C%26%27a%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-62" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-62" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#method.mul-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-34" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-34" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#impl-Mul%3C%26%27a%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-79" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-79" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#method.mul-49" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#impl-Mul%3C%26%27a%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-46" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-46" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#method.mul-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-42" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-42" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27a%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27a%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-81" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-81" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-51" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#26">source</a><a href="#impl-Mul%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-49" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-49" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#30">source</a><a href="#method.mul-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#impl-Mul%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-57" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-57" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#method.mul-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-69" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-69" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#impl-Mul%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-71" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-71" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#method.mul-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#impl-Mul%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-64" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-64" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#method.mul-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-41" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-41" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-67" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-67" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#impl-Mul%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-58" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-58" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#method.mul-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-68" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-68" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#impl-Mul%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-35" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-35" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#method.mul-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#impl-Mul%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-31" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-31" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#method.mul-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-56" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-56" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Mul&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-60" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-60" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#impl-Mul%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-32" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-32" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#method.mul-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#impl-Mul%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-45" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-45" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#24">source</a><a href="#method.mul-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#impl-Mul%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-70" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-70" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#108">source</a><a href="#method.mul-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#160">source</a><a href="#impl-Mul%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-36" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-36" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#164">source</a><a href="#method.mul-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-53" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-53" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-54" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-54" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#impl-Mul%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-72" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-72" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#106">source</a><a href="#method.mul-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#110">source</a><a href="#impl-Mul%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-74" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-74" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#114">source</a><a href="#method.mul-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#impl-Mul%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-48" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-48" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#107">source</a><a href="#method.mul-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#135">source</a><a href="#impl-Mul%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-77" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-77" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#139">source</a><a href="#method.mul-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-47" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-47" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-63" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-63" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-52" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-52" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-65" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-65" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#impl-Mul%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-80" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-80" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#47">source</a><a href="#method.mul-50" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#87">source</a><a href="#impl-Mul%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-38" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-38" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#91">source</a><a href="#method.mul-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-61" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-61" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-33" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-33" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#impl-Mul%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-73" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-73" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#45">source</a><a href="#method.mul-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#49">source</a><a href="#impl-Mul%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-40" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-40" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#53">source</a><a href="#method.mul-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#impl-Mul%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-43" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-43" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#46">source</a><a href="#method.mul-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#68">source</a><a href="#impl-Mul%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-51" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-51" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#72">source</a><a href="#method.mul-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-75" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-75" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-50" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-50" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Mul&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-30" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-30" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Mul%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#impl-Mul%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Mul&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-39" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-39" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>*</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#43">source</a><a href="#method.mul-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>*</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#35">source</a><a href="#impl-MulAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; MulAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#37">source</a><a href="#method.mul_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#41">source</a><a href="#impl-MulAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#41">source</a><a href="#method.mul_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#172">source</a><a href="#impl-MulAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#174">source</a><a href="#method.mul_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: i128)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: i16)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#122">source</a><a href="#impl-MulAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#124">source</a><a href="#method.mul_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: i32)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#147">source</a><a href="#impl-MulAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#149">source</a><a href="#method.mul_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: i64)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: i8)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: isize)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#96">source</a><a href="#impl-MulAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#98">source</a><a href="#method.mul_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#58">source</a><a href="#impl-MulAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#60">source</a><a href="#method.mul_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#77">source</a><a href="#impl-MulAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#79">source</a><a href="#method.mul_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-MulAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#impl-MulAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl MulAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.mul_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#44">source</a><a href="#method.mul_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">mul_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>*=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Neg-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#340">source</a><a href="#impl-Neg-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Neg for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.neg" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#344">source</a><a href="#method.neg" class="anchor"></a><h4 class="code-header">fn <a class="fnname">neg</a>(self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the unary <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Neg-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#330">source</a><a href="#impl-Neg-for-BigInt" class="anchor"></a><h3 class="code-header">impl Neg for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-1" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.neg-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#334">source</a><a href="#method.neg-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">neg</a>(self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the unary <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Not-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#194">source</a><a href="#impl-Not-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Not for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-190" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-190" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>!</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.not" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#197">source</a><a href="#method.not" class="anchor"></a><h4 class="code-header">fn <a class="fnname">not</a>(self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the unary <code>!</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Not-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#176">source</a><a href="#impl-Not-for-BigInt" class="anchor"></a><h3 class="code-header">impl Not for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-191" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-191" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>!</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.not-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#179">source</a><a href="#method.not-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">not</a>(self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the unary <code>!</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Num-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#24">source</a><a href="#impl-Num-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/trait.Num.html" title="trait num_traits::Num">Num</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str_radix" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#29">source</a><a href="#method.from_str_radix" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/trait.Num.html#tymethod.from_str_radix" class="fnname">from_str_radix</a>(s: &amp;str, radix: u32) -&gt; Result&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>, <a class="struct" href="../num_bigint/struct.ParseBigIntError.html" title="struct num_bigint::ParseBigIntError">ParseBigIntError</a>&gt;</h4></section></summary><div class="docblock"><p>Creates and initializes a BigInt.</p>
</div></details><section id="associatedtype.FromStrRadixErr" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.FromStrRadixErr" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/trait.Num.html#associatedtype.FromStrRadixErr" class="associatedtype">FromStrRadixErr</a> = <a class="struct" href="../num_bigint/struct.ParseBigIntError.html" title="struct num_bigint::ParseBigIntError">ParseBigIntError</a></h4></section></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Octal-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#152">source</a><a href="#impl-Octal-for-BigInt" class="anchor"></a><h3 class="code-header">impl Octal for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#153">source</a><a href="#method.fmt-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-One-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#227">source</a><a href="#impl-One-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/identities/trait.One.html" title="trait num_traits::identities::One">One</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#229">source</a><a href="#method.one" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.One.html#tymethod.one" class="fnname">one</a>() -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>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></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#237">source</a><a href="#method.set_one" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.One.html#method.set_one" class="fnname">set_one</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the multiplicative identity element of <code>Self</code>, <code>1</code>.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_one" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#243">source</a><a href="#method.is_one" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.One.html#method.is_one" class="fnname">is_one</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>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></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Ord-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#115">source</a><a href="#impl-Ord-for-BigInt" class="anchor"></a><h3 class="code-header">impl Ord for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cmp" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#117">source</a><a href="#method.cmp" class="anchor"></a><h4 class="code-header">fn <a class="fnname">cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Ordering</h4></section></summary><div class='docblock'>This method returns an [<code>Ordering</code>] between <code>self</code> and <code>other</code>. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.max" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.21.0">1.21.0</span><a href="#method.max" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">max</a>(self, other: Self) -&gt; Self</h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.min" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.21.0">1.21.0</span><a href="#method.min" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">min</a>(self, other: Self) -&gt; Self</h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clamp" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.50.0">1.50.0</span><a href="#method.clamp" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">clamp</a>(self, min: Self, max: Self) -&gt; Self<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Self: PartialOrd&lt;Self&gt;,</span></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#97">source</a><a href="#impl-PartialEq%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl PartialEq&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#99">source</a><a href="#method.eq" class="anchor"></a><h4 class="code-header">fn <a class="fnname">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.ne" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">ne</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#108">source</a><a href="#impl-PartialOrd%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl PartialOrd&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#110">source</a><a href="#method.partial_cmp" class="anchor"></a><h4 class="code-header">fn <a class="fnname">partial_cmp</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; Option&lt;Ordering&gt;</h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.lt" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">lt</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;</code> operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.le" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.le" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">le</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests less than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&lt;=</code>
operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.gt" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">gt</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;</code> operator. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.ge" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">ge</a>(&amp;self, other: &amp;Rhs) -&gt; bool</h4></section></summary><div class='docblock'>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>&gt;=</code>
operator. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-15" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-15" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-14" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3C%26%27b%20BigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-21" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-21" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-20" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#impl-Pow%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-7" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#method.pow-6" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#impl-Pow%3C%26%27b%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-22" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-22" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#method.pow-21" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#impl-Pow%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-23" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-23" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#method.pow-22" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#impl-Pow%3C%26%27b%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-9" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-9" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#method.pow-8" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#impl-Pow%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-14" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-14" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#method.pow-13" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#impl-Pow%3C%26%27b%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-8" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-8" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#method.pow-7" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#impl-Pow%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-18" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-18" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#method.pow-17" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#impl-Pow%3C%26%27b%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-2" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#method.pow-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#impl-Pow%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-17" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-17" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#method.pow-16" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#impl-Pow%3C%26%27b%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-26" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-26" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#method.pow-25" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#impl-Pow%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-11" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-11" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#method.pow-10" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3C%26%27b%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#impl-Pow%3C%26%27b%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-28" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-28" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#method.pow-27" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3CBigUint%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-25" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-25" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-24" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3CBigUint%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#impl-Pow%3CBigUint%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-6" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#69">source</a><a href="#method.pow-5" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: <a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#impl-Pow%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-19" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-19" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#method.pow-18" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#impl-Pow%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-3" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#68">source</a><a href="#method.pow-2" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#impl-Pow%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-5" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#method.pow-4" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#impl-Pow%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-20" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-20" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#64">source</a><a href="#method.pow-19" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#impl-Pow%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-27" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-27" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#method.pow-26" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#impl-Pow%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-29" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-29" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#65">source</a><a href="#method.pow-28" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#impl-Pow%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-4" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#method.pow-3" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#impl-Pow%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-10" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-10" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#66">source</a><a href="#method.pow-9" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#impl-Pow%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-16" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-16" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#method.pow-15" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#impl-Pow%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-12" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-12" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#63">source</a><a href="#method.pow-11" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#impl-Pow%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-24" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-24" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#method.pow-23" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Pow%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#impl-Pow%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/pow/trait.Pow.html" title="trait num_traits::pow::Pow">Pow</a>&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-13" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-13" class="anchor"></a><h4 class="code-header">type <a href="../num_traits/pow/trait.Pow.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The result after applying the operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.pow-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/power.rs.html#67">source</a><a href="#method.pow-12" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/pow/trait.Pow.html#tymethod.pow" class="fnname">pow</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns <code>self</code> to the power <code>rhs</code>. <a href="../num_traits/pow/trait.Pow.html#tymethod.pow">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Product%3CT%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#192">source</a><a href="#impl-Product%3CT%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Product&lt;T&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>: Mul&lt;T, Output = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.product" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/multiplication.rs.html#192">source</a><a href="#method.product" class="anchor"></a><h4 class="code-header">fn <a class="fnname">product</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
multiplying the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#impl-Rem%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-110" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-110" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#method.rem-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#impl-Rem%3C%26%27a%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-132" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-132" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#method.rem-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-104" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-104" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#impl-Rem%3C%26%27a%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-123" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-123" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#method.rem-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#impl-Rem%3C%26%27a%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-89" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-89" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#method.rem-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-101" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-101" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-118" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-118" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#impl-Rem%3C%26%27a%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-98" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-98" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#method.rem-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-128" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-128" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#impl-Rem%3C%26%27a%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-99" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-99" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#method.rem-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#impl-Rem%3C%26%27a%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-131" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-131" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#method.rem-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-125" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-125" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27a%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27a%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-94" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-94" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#238">source</a><a href="#impl-Rem%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-116" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-116" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#242">source</a><a href="#method.rem-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#impl-Rem%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-122" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-122" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#method.rem-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-108" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-108" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#impl-Rem%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-127" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-127" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#method.rem-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#impl-Rem%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-133" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-133" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#method.rem-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-117" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-117" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-119" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-119" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#impl-Rem%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-96" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-96" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#method.rem-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-105" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-105" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#impl-Rem%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-90" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-90" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#method.rem-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#impl-Rem%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-102" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-102" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#method.rem-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-86" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-86" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Rem&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-109" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-109" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#impl-Rem%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-120" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-120" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#method.rem-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#impl-Rem%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-113" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-113" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#236">source</a><a href="#method.rem-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#impl-Rem%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-121" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-121" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#354">source</a><a href="#method.rem-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#412">source</a><a href="#impl-Rem%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-135" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-135" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#416">source</a><a href="#method.rem-49" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-112" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-112" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-88" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-88" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#impl-Rem%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-103" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-103" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#352">source</a><a href="#method.rem-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#356">source</a><a href="#impl-Rem%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-93" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-93" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#360">source</a><a href="#method.rem-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#impl-Rem%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-124" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-124" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#353">source</a><a href="#method.rem-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#384">source</a><a href="#impl-Rem%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-92" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-92" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#388">source</a><a href="#method.rem-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-129" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-129" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-87" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-87" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-100" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-100" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-137" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-137" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-51" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#impl-Rem%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-91" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-91" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#266">source</a><a href="#method.rem-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#324">source</a><a href="#impl-Rem%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-126" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-126" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#328">source</a><a href="#method.rem-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-107" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-107" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-111" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-111" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#impl-Rem%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-130" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-130" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#264">source</a><a href="#method.rem-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#268">source</a><a href="#impl-Rem%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-97" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-97" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#272">source</a><a href="#method.rem-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#impl-Rem%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-106" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-106" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#265">source</a><a href="#method.rem-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#296">source</a><a href="#impl-Rem%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-115" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-115" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#300">source</a><a href="#method.rem-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-134" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-134" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-48" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-95" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-95" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Rem&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-136" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-136" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-50" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Rem%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#impl-Rem%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Rem&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-114" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-114" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>%</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#262">source</a><a href="#method.rem-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>%</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#254">source</a><a href="#impl-RemAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; RemAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#256">source</a><a href="#method.rem_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#260">source</a><a href="#impl-RemAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#260">source</a><a href="#method.rem_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#421">source</a><a href="#impl-RemAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#423">source</a><a href="#method.rem_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: i128)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: i16)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#365">source</a><a href="#impl-RemAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#367">source</a><a href="#method.rem_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: i32)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#393">source</a><a href="#impl-RemAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#395">source</a><a href="#method.rem_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: i64)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: i8)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: isize)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#333">source</a><a href="#impl-RemAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#335">source</a><a href="#method.rem_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#277">source</a><a href="#impl-RemAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#279">source</a><a href="#method.rem_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#305">source</a><a href="#impl-RemAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#307">source</a><a href="#method.rem_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-RemAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#impl-RemAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl RemAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rem_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/division.rs.html#263">source</a><a href="#method.rem_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">rem_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>%=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Roots-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#508">source</a><a href="#impl-Roots-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_integer/roots/trait.Roots.html" title="trait num_integer::roots::Roots">Roots</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.nth_root-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#509">source</a><a href="#method.nth_root-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/roots/trait.Roots.html#tymethod.nth_root" class="fnname">nth_root</a>(&amp;self, n: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the truncated principal <code>n</code>th root of an integer
<code>if x &gt;= 0 { ⌊ⁿ√x⌋ } else { ⌈ⁿ√x⌉ }</code> <a href="../num_integer/roots/trait.Roots.html#tymethod.nth_root">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sqrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#519">source</a><a href="#method.sqrt-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/roots/trait.Roots.html#method.sqrt" class="fnname">sqrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the truncated principal square root of an integer – <code>⌊√x⌋</code> <a href="../num_integer/roots/trait.Roots.html#method.sqrt">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.cbrt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#525">source</a><a href="#method.cbrt-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/roots/trait.Roots.html#method.cbrt" class="fnname">cbrt</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the truncated principal cube root of an integer –
<code>if x &gt;= 0 { ⌊∛x⌋ } else { ⌈∛x⌉ }</code> <a href="../num_integer/roots/trait.Roots.html#method.cbrt">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-205" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-205" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-211" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-211" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-222" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-222" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-239" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-239" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-216" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-216" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-202" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-202" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-221" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-221" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-206" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-206" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-212" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-212" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-195" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-195" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-198" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-198" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3C%26%27b%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-209" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-209" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-219" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-219" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-214" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-214" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-196" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-196" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-194" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-194" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-215" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-215" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-229" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-229" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-234" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-234" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-201" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-201" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-232" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-232" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-224" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-224" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shl&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-237" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-237" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3C%26%27b%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3C%26%27b%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shl&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-236" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-236" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-226" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-226" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-220" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-220" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-217" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-217" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-193" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-193" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-225" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-225" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-213" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-213" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-192" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-192" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-208" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-208" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-199" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-199" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-223" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-223" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-228" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-228" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shl%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-231" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-231" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-204" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-204" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-230" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-230" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-210" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-210" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-227" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-227" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-233" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-233" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-197" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-197" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-207" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-207" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-203" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-203" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-238" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-238" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-218" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-218" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shl&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-235" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-235" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shl%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shl%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shl&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-200" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-200" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&lt;&lt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b i8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3C%26%27b%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b isize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b u8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3C%26%27b%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3C%26%27b%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShlAssign&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: &amp;'b usize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: i8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShlAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shl_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: isize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u128)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u16)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u32)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u64)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: u8)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShlAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShlAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShlAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shl_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shl_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shl_assign</a>(&amp;mut self, rhs: usize)</h4></section></summary><div class='docblock'>Performs the <code>&lt;&lt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-248" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-248" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-252" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-252" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-259" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-259" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-287" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-287" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-258" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-258" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-278" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-278" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-279" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-279" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-260" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-260" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-274" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-274" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-254" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-254" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-281" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-281" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3C%26%27b%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-285" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-285" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-240" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-240" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-251" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-251" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-267" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-267" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-270" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-270" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-277" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-277" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-256" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-256" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-246" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-246" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-265" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-265" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-284" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-284" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-266" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-266" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Shr&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-262" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-262" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3C%26%27b%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3C%26%27b%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; Shr&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-250" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-250" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: &amp;'b usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-268" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-268" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-269" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-269" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-264" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-264" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-271" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-271" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-255" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-255" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-263" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-263" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-261" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-261" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-273" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-273" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-286" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-286" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-275" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-275" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-272" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-272" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-Shr%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-280" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-280" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-243" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-243" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-276" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-276" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-242" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-242" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-241" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-241" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-245" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-245" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-283" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-283" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-282" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-282" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-257" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-257" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-249" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-249" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-247" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-247" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Shr&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-244" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-244" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Shr%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-Shr%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Shr&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-253" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-253" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>&gt;&gt;</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr</a>(self, rhs: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b i8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3C%26%27b%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b isize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b u8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3C%26%27b%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3C%26%27b%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'b&gt; ShrAssign&lt;&amp;'b usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: &amp;'b usize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: i8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#impl-ShrAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#96">source</a><a href="#method.shr_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: isize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u128)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u16)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u32)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u64)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: u8)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ShrAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#impl-ShrAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl ShrAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.shr_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/shift.rs.html#95">source</a><a href="#method.shr_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">shr_assign</a>(&amp;mut self, rhs: usize)</h4></section></summary><div class='docblock'>Performs the <code>&gt;&gt;=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Signed-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#248">source</a><a href="#impl-Signed-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/sign/trait.Signed.html" title="trait num_traits::sign::Signed">Signed</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.abs" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#250">source</a><a href="#method.abs" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/sign/trait.Signed.html#tymethod.abs" class="fnname">abs</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Computes the absolute value. <a href="../num_traits/sign/trait.Signed.html#tymethod.abs">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.abs_sub" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#258">source</a><a href="#method.abs_sub" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/sign/trait.Signed.html#tymethod.abs_sub" class="fnname">abs_sub</a>(&amp;self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The positive difference of two numbers. <a href="../num_traits/sign/trait.Signed.html#tymethod.abs_sub">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.signum" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#267">source</a><a href="#method.signum" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/sign/trait.Signed.html#tymethod.signum" class="fnname">signum</a>(&amp;self) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the sign of the number. <a href="../num_traits/sign/trait.Signed.html#tymethod.signum">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_positive" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#276">source</a><a href="#method.is_positive" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/sign/trait.Signed.html#tymethod.is_positive" class="fnname">is_positive</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns true if the number is positive and false if the number is zero or negative.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_negative" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#281">source</a><a href="#method.is_negative" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/sign/trait.Signed.html#tymethod.is_negative" class="fnname">is_negative</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns true if the number is negative and false if the number is zero or positive.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#57">source</a><a href="#impl-Sub%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-314" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-314" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-26" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#61">source</a><a href="#method.sub-26" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20i128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#impl-Sub%3C%26%27a%20i128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-297" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-297" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#method.sub-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20i16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20i16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-324" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-324" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-36" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-36" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20i32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#impl-Sub%3C%26%27a%20i32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-327" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-327" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-39" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#method.sub-39" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20i64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#impl-Sub%3C%26%27a%20i64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-320" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-320" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#method.sub-32" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20i8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20i8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-330" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-330" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-42" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-42" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20isize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20isize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-336" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-336" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-48" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-48" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#impl-Sub%3C%26%27a%20u128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-325" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-325" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-37" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#method.sub-37" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20u16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-321" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-321" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-33" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-33" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#impl-Sub%3C%26%27a%20u32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-335" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-335" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-47" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#method.sub-47" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#impl-Sub%3C%26%27a%20u64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-291" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-291" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#method.sub-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20u8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20u8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-329" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-329" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-41" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-41" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27a%20usize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27a%20usize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;&amp;'a usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-323" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-323" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-35" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-35" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#32">source</a><a href="#impl-Sub%3C%26%27b%20BigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-306" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-306" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-18" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#36">source</a><a href="#method.sub-18" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#impl-Sub%3C%26%27b%20i128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-319" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-319" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-31" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#method.sub-31" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20i16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-309" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-309" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-21" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-21" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#impl-Sub%3C%26%27b%20i32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-332" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-332" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-44" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#method.sub-44" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#impl-Sub%3C%26%27b%20i64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-305" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-305" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-17" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#method.sub-17" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20i8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-304" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-304" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-16" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20isize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-328" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-328" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-40" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-40" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#impl-Sub%3C%26%27b%20u128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-317" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-317" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-29" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#method.sub-29" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20u16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-299" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-299" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#impl-Sub%3C%26%27b%20u32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-296" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-296" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#method.sub-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#impl-Sub%3C%26%27b%20u64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-318" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-318" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-30" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#method.sub-30" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20u8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-310" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-310" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-22" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-22" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3C%26%27b%20usize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a, 'b&gt; Sub&lt;&amp;'b usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-298" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-298" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: &amp;usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CBigInt%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#48">source</a><a href="#impl-Sub%3CBigInt%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-301" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-301" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#52">source</a><a href="#method.sub-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#66">source</a><a href="#impl-Sub%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-288" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-288" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#70">source</a><a href="#method.sub" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#impl-Sub%3Ci128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;i128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-322" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-322" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-34" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#193">source</a><a href="#method.sub-34" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#261">source</a><a href="#impl-Sub%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-294" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-294" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#265">source</a><a href="#method.sub-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Ci16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;i16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-303" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-303" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-15" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-15" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-339" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-339" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-51" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-51" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#impl-Sub%3Ci32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;i32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-326" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-326" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-38" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#191">source</a><a href="#method.sub-38" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#195">source</a><a href="#impl-Sub%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-338" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-338" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-50" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#199">source</a><a href="#method.sub-50" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#impl-Sub%3Ci64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;i64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-292" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-292" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#192">source</a><a href="#method.sub-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#228">source</a><a href="#impl-Sub%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-295" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-295" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#232">source</a><a href="#method.sub-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Ci8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;i8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-308" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-308" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-20" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-20" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-312" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-312" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-24" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-24" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: i8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cisize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cisize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;isize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-302" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-302" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-14" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-14" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-331" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-331" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-43" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-43" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: isize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu128%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#impl-Sub%3Cu128%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u128&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-333" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-333" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-45" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#88">source</a><a href="#method.sub-45" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#166">source</a><a href="#impl-Sub%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-307" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-307" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-19" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#170">source</a><a href="#method.sub-19" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u128) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu16%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cu16%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u16&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-311" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-311" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-23" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-23" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-290" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-290" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u16) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu32%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#impl-Sub%3Cu32%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u32&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-337" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-337" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-49" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#86">source</a><a href="#method.sub-49" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#90">source</a><a href="#impl-Sub%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-316" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-316" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-28" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#94">source</a><a href="#method.sub-28" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u32) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu64%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#impl-Sub%3Cu64%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u64&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-300" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-300" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#87">source</a><a href="#method.sub-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#141">source</a><a href="#impl-Sub%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-289" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-289" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#145">source</a><a href="#method.sub-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u64) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu8%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cu8%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;u8&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-313" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-313" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-25" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-25" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-315" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-315" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-27" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-27" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: u8) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cusize%3E-for-%26%27a%20BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cusize%3E-for-%26%27a%20BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; Sub&lt;usize&gt; for &amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-293" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-293" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sub%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#impl-Sub%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sub&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Output-334" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Output-334" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Output</a> = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub-46" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#84">source</a><a href="#method.sub-46" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub</a>(self, other: usize) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#75">source</a><a href="#impl-SubAssign%3C%26%27a%20BigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;'a&gt; SubAssign&lt;&amp;'a <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#77">source</a><a href="#method.sub_assign-6" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: &amp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3CBigInt%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#82">source</a><a href="#impl-SubAssign%3CBigInt%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-13" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#82">source</a><a href="#method.sub_assign-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Ci128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#273">source</a><a href="#impl-SubAssign%3Ci128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;i128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-11" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#275">source</a><a href="#method.sub_assign-11" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: i128)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Ci16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Ci16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;i16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: i16)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Ci32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#206">source</a><a href="#impl-SubAssign%3Ci32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;i32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#208">source</a><a href="#method.sub_assign" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: i32)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Ci64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#239">source</a><a href="#impl-SubAssign%3Ci64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;i64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#241">source</a><a href="#method.sub_assign-8" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: i64)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Ci8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Ci8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;i8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-12" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-12" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: i8)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cisize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Cisize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;isize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: isize)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu128%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#183">source</a><a href="#impl-SubAssign%3Cu128%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u128&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#185">source</a><a href="#method.sub_assign-4" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u128)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu16%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Cu16%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u16&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-5" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u16)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu32%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#106">source</a><a href="#impl-SubAssign%3Cu32%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u32&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#108">source</a><a href="#method.sub_assign-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u32)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu64%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#158">source</a><a href="#impl-SubAssign%3Cu64%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u64&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-9" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#160">source</a><a href="#method.sub_assign-9" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u64)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cu8%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Cu8%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;u8&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-10" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-10" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: u8)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-SubAssign%3Cusize%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#impl-SubAssign%3Cusize%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl SubAssign&lt;usize&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sub_assign-7" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/subtraction.rs.html#85">source</a><a href="#method.sub_assign-7" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sub_assign</a>(&amp;mut self, other: usize)</h4></section></summary><div class='docblock'>Performs the <code>-=</code> operation. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Sum%3CT%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#239">source</a><a href="#impl-Sum%3CT%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Sum&lt;T&gt; for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>: Add&lt;T, Output = <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.sum" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/addition.rs.html#239">source</a><a href="#method.sum" class="anchor"></a><h4 class="code-header">fn <a class="fnname">sum</a>&lt;I&gt;(iter: I) -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a><span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;I: Iterator&lt;Item = T&gt;,</span></h4></section></summary><div class='docblock'>Method which takes an iterator and generates <code>Self</code> from the elements by
“summing up” the items. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToBigInt-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#284">source</a><a href="#impl-ToBigInt-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_bigint/bigint/trait.ToBigInt.html" title="trait num_bigint::bigint::ToBigInt">ToBigInt</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_bigint" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#286">source</a><a href="#method.to_bigint" class="anchor"></a><h4 class="code-header">fn <a href="../num_bigint/bigint/trait.ToBigInt.html#tymethod.to_bigint" class="fnname">to_bigint</a>(&amp;self) -&gt; Option&lt;<a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a>&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>BigInt</code>.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToBigUint-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#305">source</a><a href="#impl-ToBigUint-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_bigint/biguint/trait.ToBigUint.html" title="trait num_bigint::biguint::ToBigUint">ToBigUint</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_biguint-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#307">source</a><a href="#method.to_biguint-1" class="anchor"></a><h4 class="code-header">fn <a href="../num_bigint/biguint/trait.ToBigUint.html#tymethod.to_biguint" class="fnname">to_biguint</a>(&amp;self) -&gt; Option&lt;<a class="struct" href="struct.BigUint.html" title="struct simple_asn1::BigUint">BigUint</a>&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>BigUint</code>.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-ToPrimitive-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#44">source</a><a href="#impl-ToPrimitive-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/cast/trait.ToPrimitive.html" title="trait num_traits::cast::ToPrimitive">ToPrimitive</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#46">source</a><a href="#method.to_i64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#tymethod.to_i64" class="fnname">to_i64</a>(&amp;self) -&gt; Option&lt;i64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i64</code>. If the value cannot be
represented by an <code>i64</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#tymethod.to_i64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#63">source</a><a href="#method.to_i128" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i128" class="fnname">to_i128</a>(&amp;self) -&gt; Option&lt;i128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i128</code>. If the value cannot be
represented by an <code>i128</code> (<code>i64</code> under the default implementation), then
<code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#80">source</a><a href="#method.to_u64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#tymethod.to_u64" class="fnname">to_u64</a>(&amp;self) -&gt; Option&lt;u64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u64</code>. If the value cannot be
represented by a <code>u64</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#tymethod.to_u64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u128" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#89">source</a><a href="#method.to_u128" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u128" class="fnname">to_u128</a>(&amp;self) -&gt; Option&lt;u128&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u128</code>. If the value cannot be
represented by a <code>u128</code> (<code>u64</code> under the default implementation), then
<code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u128">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#98">source</a><a href="#method.to_f32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_f32" class="fnname">to_f32</a>(&amp;self) -&gt; Option&lt;f32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f32</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f32</code>. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_f32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_f64" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint/convert.rs.html#104">source</a><a href="#method.to_f64" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_f64" class="fnname">to_f64</a>(&amp;self) -&gt; Option&lt;f64&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>f64</code>. Overflows may map to positive
or negative inifinity, otherwise <code>None</code> is returned if the value cannot
be represented by an <code>f64</code>. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_f64">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_isize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#23">source</a><a href="#method.to_isize" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_isize" class="fnname">to_isize</a>(&amp;self) -&gt; Option&lt;isize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>isize</code>. If the value cannot be
represented by an <code>isize</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_isize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#30">source</a><a href="#method.to_i8" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i8" class="fnname">to_i8</a>(&amp;self) -&gt; Option&lt;i8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i8</code>. If the value cannot be
represented by an <code>i8</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#37">source</a><a href="#method.to_i16" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i16" class="fnname">to_i16</a>(&amp;self) -&gt; Option&lt;i16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i16</code>. If the value cannot be
represented by an <code>i16</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_i32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#44">source</a><a href="#method.to_i32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i32" class="fnname">to_i32</a>(&amp;self) -&gt; Option&lt;i32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to an <code>i32</code>. If the value cannot be
represented by an <code>i32</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_i32">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_usize" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#69">source</a><a href="#method.to_usize" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_usize" class="fnname">to_usize</a>(&amp;self) -&gt; Option&lt;usize&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>usize</code>. If the value cannot be
represented by a <code>usize</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_usize">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u8" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#76">source</a><a href="#method.to_u8" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u8" class="fnname">to_u8</a>(&amp;self) -&gt; Option&lt;u8&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u8</code>. If the value cannot be
represented by a <code>u8</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u8">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u16" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#83">source</a><a href="#method.to_u16" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u16" class="fnname">to_u16</a>(&amp;self) -&gt; Option&lt;u16&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u16</code>. If the value cannot be
represented by a <code>u16</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u16">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_u32" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_traits/cast.rs.html#90">source</a><a href="#method.to_u32" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u32" class="fnname">to_u32</a>(&amp;self) -&gt; Option&lt;u32&gt;</h4></section></summary><div class='docblock'>Converts the value of <code>self</code> to a <code>u32</code>. If the value cannot be
represented by a <code>u32</code>, then <code>None</code> is returned. <a href="../num_traits/cast/trait.ToPrimitive.html#method.to_u32">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-UpperHex-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#164">source</a><a href="#impl-UpperHex-for-BigInt" class="anchor"></a><h3 class="code-header">impl UpperHex for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#165">source</a><a href="#method.fmt-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Zero-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#206">source</a><a href="#impl-Zero-for-BigInt" class="anchor"></a><h3 class="code-header">impl <a class="trait" href="../num_traits/identities/trait.Zero.html" title="trait num_traits::identities::Zero">Zero</a> for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#208">source</a><a href="#method.zero" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.Zero.html#tymethod.zero" class="fnname">zero</a>() -&gt; <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h4></section></summary><div class='docblock'>Returns the additive identity element of <code>Self</code>, <code>0</code>. <a href="../num_traits/identities/trait.Zero.html#tymethod.zero">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.set_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#216">source</a><a href="#method.set_zero" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.Zero.html#method.set_zero" class="fnname">set_zero</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Sets <code>self</code> to the additive identity element of <code>Self</code>, <code>0</code>.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.is_zero" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#222">source</a><a href="#method.is_zero" class="anchor"></a><h4 class="code-header">fn <a href="../num_traits/identities/trait.Zero.html#tymethod.is_zero" class="fnname">is_zero</a>(&amp;self) -&gt; bool</h4></section></summary><div class='docblock'>Returns <code>true</code> if <code>self</code> is equal to the additive identity.</div></details></div></details><section id="impl-Eq-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_bigint/bigint.rs.html#106">source</a><a href="#impl-Eq-for-BigInt" class="anchor"></a><h3 class="code-header">impl Eq for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></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"><section id="impl-RefUnwindSafe-for-BigInt" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-BigInt" class="anchor"></a><h3 class="code-header">impl RefUnwindSafe for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section><section id="impl-Send-for-BigInt" class="impl has-srclink"><a href="#impl-Send-for-BigInt" class="anchor"></a><h3 class="code-header">impl Send for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section><section id="impl-Sync-for-BigInt" class="impl has-srclink"><a href="#impl-Sync-for-BigInt" class="anchor"></a><h3 class="code-header">impl Sync for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section><section id="impl-Unpin-for-BigInt" class="impl has-srclink"><a href="#impl-Unpin-for-BigInt" class="anchor"></a><h3 class="code-header">impl Unpin for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section><section id="impl-UnwindSafe-for-BigInt" class="impl has-srclink"><a href="#impl-UnwindSafe-for-BigInt" class="anchor"></a><h3 class="code-header">impl UnwindSafe for <a class="struct" href="struct.BigInt.html" title="struct simple_asn1::BigInt">BigInt</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Any-for-BigInt" class="impl has-srclink"><a href="#impl-Any-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Any for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><a href="#method.type_id" class="anchor"></a><h4 class="code-header">fn <a class="fnname">type_id</a>(&amp;self) -&gt; TypeId</h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Average-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#45">source</a><a href="#impl-Average-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;I&gt; <a class="trait" href="../num_integer/average/trait.Average.html" title="trait num_integer::average::Average">Average</a> for I<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;'a I: for&lt;'a, 'b&gt; BitAnd&lt;&amp;'b I, Output = I&gt; + for&lt;'a, 'b&gt; BitOr&lt;&amp;'b I, Output = I&gt; + for&lt;'a, 'b&gt; BitXor&lt;&amp;'b I, Output = I&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;I: <a class="trait" href="../num_integer/trait.Integer.html" title="trait num_integer::Integer">Integer</a> + Shr&lt;usize, Output = I&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.average_floor" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#56">source</a><a href="#method.average_floor" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/average/trait.Average.html#tymethod.average_floor" class="fnname">average_floor</a>(&amp;self, other: &amp;I) -&gt; I</h4></section></summary><div class="docblock"><p>Returns the floor value of the average of <code>self</code> and <code>other</code>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.average_ceil" class="method trait-impl has-srclink"><a class="srclink rightside" href="../src/num_integer/average.rs.html#62">source</a><a href="#method.average_ceil" class="anchor"></a><h4 class="code-header">fn <a href="../num_integer/average/trait.Average.html#tymethod.average_ceil" class="fnname">average_ceil</a>(&amp;self, other: &amp;I) -&gt; I</h4></section></summary><div class="docblock"><p>Returns the ceil value of the average of <code>self</code> and <code>other</code>.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-BigInt" class="impl has-srclink"><a href="#impl-Borrow%3CT%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Borrow&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow</a>(&amp;self) -&gt; &amp;T</h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-BigInt" class="impl has-srclink"><a href="#impl-BorrowMut%3CT%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; BorrowMut&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow_mut</a>(&amp;mut self) -&gt; &amp;mut T</h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-BigInt" class="impl has-srclink"><a href="#impl-From%3CT%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; From&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-13" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.from-13" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-BigInt" class="impl has-srclink"><a href="#impl-Into%3CU%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; Into&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: From&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code>[From]&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-BigInt" class="impl has-srclink"><a href="#impl-ToOwned-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToOwned for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a class="fnname">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_into</a>(&amp;self, target: &amp;mut T)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToString-for-BigInt" class="impl has-srclink"><a href="#impl-ToString-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToString for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_string" class="method trait-impl has-srclink"><a href="#method.to_string" class="anchor"></a><h4 class="code-header">default fn <a class="fnname">to_string</a>(&amp;self) -&gt; String</h4></section></summary><div class='docblock'>Converts the given value to a <code>String</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-BigInt" class="impl has-srclink"><a href="#impl-TryFrom%3CU%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryFrom&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = Infallible</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(value: U) -&gt; Result&lt;T, &lt;T as TryFrom&lt;U&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-BigInt" class="impl has-srclink"><a href="#impl-TryInto%3CU%3E-for-BigInt" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryInto&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: TryFrom&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = &lt;U as TryFrom&lt;T&gt;&gt;::Error</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_into</a>(self) -&gt; Result&lt;U, &lt;U as TryFrom&lt;T&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><section id="impl-NumAssign-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#153">source</a><a href="#impl-NumAssign-for-BigInt" class="anchor"></a><h3 class="code-header">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;,</span></h3></section><section id="impl-NumAssignOps%3CRhs%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#144">source</a><a href="#impl-NumAssignOps%3CRhs%3E-for-BigInt" class="anchor"></a><h3 class="code-header">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: AddAssign&lt;Rhs&gt; + SubAssign&lt;Rhs&gt; + MulAssign&lt;Rhs&gt; + DivAssign&lt;Rhs&gt; + RemAssign&lt;Rhs&gt;,</span></h3></section><section id="impl-NumAssignRef-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#160">source</a><a href="#impl-NumAssignRef-for-BigInt" class="anchor"></a><h3 class="code-header">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> + for&lt;'r&gt; <a class="trait" href="../num_traits/trait.NumAssignOps.html" title="trait num_traits::NumAssignOps">NumAssignOps</a>&lt;&amp;'r T&gt;,</span></h3></section><section id="impl-NumOps%3CRhs%2C%20Output%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#111">source</a><a href="#impl-NumOps%3CRhs%2C%20Output%3E-for-BigInt" class="anchor"></a><h3 class="code-header">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: Mul&lt;Rhs, Output = Output&gt; + Div&lt;Rhs, Output = Output&gt; + Rem&lt;Rhs, Output = Output&gt; + Add&lt;Rhs, Output = Output&gt; + Sub&lt;Rhs, Output = Output&gt;,</span></h3></section><section id="impl-NumRef-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#125">source</a><a href="#impl-NumRef-for-BigInt" class="anchor"></a><h3 class="code-header">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> + for&lt;'r&gt; <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;&amp;'r T, T&gt;,</span></h3></section><section id="impl-RefNum%3CBase%3E-for-BigInt" class="impl has-srclink"><a class="srclink rightside" href="../src/num_traits/lib.rs.html#134">source</a><a href="#impl-RefNum%3CBase%3E-for-BigInt" class="anchor"></a><h3 class="code-header">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; + for&lt;'r&gt; <a class="trait" href="../num_traits/trait.NumOps.html" title="trait num_traits::NumOps">NumOps</a>&lt;&amp;'r Base, Base&gt;,</span></h3></section></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="simple_asn1" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>