Struct opcua_types::basic_types::QualifiedName [] [src]

pub struct QualifiedName {
    pub namespace_index: UInt16,
    pub name: UAString,
}

A numeric identifier for a error or condition that is associated with a value or an operation. Data type ID 19 A name qualified by a namespace. Data type ID 20

Fields

The namespace index.

The name.

Methods

impl QualifiedName
[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for QualifiedName
[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 Debug for QualifiedName
[src]

[src]

Formats the value using the given formatter.

impl Clone for QualifiedName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BinaryEncoder<QualifiedName> for QualifiedName
[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.