Struct opcua_types::node_id::ExpandedNodeId [] [src]

pub struct ExpandedNodeId {
    pub node_id: NodeId,
    pub namespace_uri: UAString,
    pub server_index: UInt32,
}

A NodeId that allows the namespace URI to be specified instead of an index. Data type ID 18

Fields

Methods

impl ExpandedNodeId
[src]

[src]

Creates an expanded node id from a node id

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl Clone for ExpandedNodeId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl From<NodeId> for ExpandedNodeId
[src]

[src]

Performs the conversion.