Struct parity_wasm::elements::Uint8 [] [src]

pub struct Uint8(_);

8-bit unsigned integer, NOT encoded in LEB128; it's just a single byte.

Trait Implementations

impl Debug for Uint8
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Uint8
[src]

impl Clone for Uint8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Uint8
[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<Uint8> for u8
[src]

[src]

Performs the conversion.

impl From<u8> for Uint8
[src]

[src]

Performs the conversion.

impl Deserialize for Uint8
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Uint8
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Uint8

impl Sync for Uint8