Docs.rs
snarkvm-circuit-0.12.1
snarkvm-circuit 0.12.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
snarkvm-circuit-account =0.12.1
normal
snarkvm-circuit-algorithms =0.12.1
normal
snarkvm-circuit-collections =0.12.1
normal
snarkvm-circuit-environment =0.12.1
normal
snarkvm-circuit-network =0.12.1
normal
snarkvm-circuit-program =0.12.1
normal
snarkvm-circuit-types =0.12.1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Unsigned
Implementations on Foreign Types
BigUint
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
In snarkvm_circuit
?
Trait
snarkvm_circuit
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
§
source
§
impl
Unsigned
for
BigUint
source
§
impl
Unsigned
for
u8
source
§
impl
Unsigned
for
usize
source
§
impl
Unsigned
for
u64
source
§
impl<T>
Unsigned
for
Wrapping
<T>
where T:
Unsigned
,
Wrapping
<T>:
Num
,
source
§
impl
Unsigned
for
u16
source
§
impl
Unsigned
for
u128
source
§
impl
Unsigned
for
u32
Implementors
§