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