Struct parity_wasm::elements::Uint32
source · [−]pub struct Uint32(_);
Expand description
32-bit unsigned integer, encoded in little endian.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Uint32
impl UnwindSafe for Uint32
Blanket Implementations
Mutably borrows from an owned value. Read more