Type Definition opcua_types::basic_types::Int64 [] [src]

type Int64 = i64;

An integer value between −9 223 372 036 854 775 808 and 9 223 372 036 854 775 807 Data type ID 8

Trait Implementations

impl BinaryEncoder<Int64> for Int64
[src]

[src]

Returns the byte length of the structure. This calculation should be exact and as efficient as possible. Read more

[src]

Encodes the instance to the write stream.

[src]

Decodes an instance from the read stream.