Struct parity_wasm::elements::Uint32 [] [src]

pub struct Uint32(_);

32-bit unsigned integer, encoded in little endian

Trait Implementations

impl Debug for Uint32
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Uint32
[src]

impl Clone for Uint32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Uint32
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Deserialize for Uint32
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl From<Uint32> for u32
[src]

[src]

Performs the conversion.

impl Serialize for Uint32
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

impl From<u32> for Uint32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Uint32

impl Sync for Uint32