Struct sophon_wasm::elements::Uint64 [] [src]

pub struct Uint64(_);

64-bit unsigned integer, encoded in little endian

Trait Implementations

impl Copy for Uint64
[src]

impl Clone for Uint64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for Uint64
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Uint64
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

impl From<u64> for Uint64
[src]

[src]

Performs the conversion.