Struct parity_wasm::elements::VarInt32 [] [src]

pub struct VarInt32(_);

32-bit signed integer, encoded in LEB128 (can be 1-5 bytes length)

Trait Implementations

impl Debug for VarInt32
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for VarInt32
[src]

impl Clone for VarInt32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VarInt32
[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 From<VarInt32> for i32
[src]

[src]

Performs the conversion.

impl From<i32> for VarInt32
[src]

[src]

Performs the conversion.

impl Deserialize for VarInt32
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for VarInt32
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for VarInt32

impl Sync for VarInt32