Struct sophon_wasm::elements::VarUint32 [] [src]

pub struct VarUint32(_);

Unsigned variable-length integer, limited to 32 bits, represented by at most 5 bytes that may contain padding 0x80 bytes.

Trait Implementations

impl Copy for VarUint32
[src]

impl Clone for VarUint32
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<u32> for VarUint32
[src]

[src]

Performs the conversion.

impl From<usize> for VarUint32
[src]

[src]

Performs the conversion.

impl Deserialize for VarUint32
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for VarUint32
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o