Docs.rs
snarkvm-circuit-0.9.0
snarkvm-circuit 0.9.0
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
snarkvm-circuit-account ^0.9.0
normal
snarkvm-circuit-algorithms ^0.9.0
normal
snarkvm-circuit-collections ^0.9.0
normal
snarkvm-circuit-environment ^0.9.0
normal
snarkvm-circuit-network ^0.9.0
normal
snarkvm-circuit-program ^0.9.0
normal
snarkvm-circuit-types ^0.9.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
WrappingDiv
Required Methods
wrapping_div
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In snarkvm_circuit
?
Trait
snarkvm_circuit
::
WrappingDiv
[
−
]
pub trait WrappingDiv:
Div
<Self, Output = Self> { fn
wrapping_div
(&self, v:
&
Self) -> Self; }
Required Methods
fn
wrapping_div
(&self, v:
&
Self) -> Self
Implementations on Foreign Types
impl
WrappingDiv
for
u8
fn
wrapping_div
(&self, v: &
u8
) ->
u8
impl
WrappingDiv
for
u128
fn
wrapping_div
(&self, v: &
u128
) ->
u128
impl
WrappingDiv
for
u16
fn
wrapping_div
(&self, v: &
u16
) ->
u16
impl
WrappingDiv
for
i128
fn
wrapping_div
(&self, v: &
i128
) ->
i128
impl
WrappingDiv
for
i8
fn
wrapping_div
(&self, v: &
i8
) ->
i8
impl
WrappingDiv
for
i16
fn
wrapping_div
(&self, v: &
i16
) ->
i16
impl
WrappingDiv
for
u64
fn
wrapping_div
(&self, v: &
u64
) ->
u64
impl
WrappingDiv
for
i32
fn
wrapping_div
(&self, v: &
i32
) ->
i32
impl
WrappingDiv
for
i64
fn
wrapping_div
(&self, v: &
i64
) ->
i64
impl
WrappingDiv
for
u32
fn
wrapping_div
(&self, v: &
u32
) ->
u32
Implementors