Struct parity_wasm::elements::Uint64 [−][src]
pub struct Uint64(_);
64-bit unsigned integer, encoded in little endian.
Trait Implementations
impl Deserialize for Uint64
[src]
impl Deserialize for Uint64
[src]pub struct Uint64(_);
64-bit unsigned integer, encoded in little endian.
impl Deserialize for Uint64
[src]impl Copy for Uint64
[src]impl StructuralPartialEq for Uint64
[src]impl RefUnwindSafe for Uint64
impl Send for Uint64
impl Sync for Uint64
impl Unpin for Uint64
impl UnwindSafe for Uint64