Struct opcua_types::MultiDimensionArray [] [src]

pub struct MultiDimensionArray {
    pub values: Vec<Variant>,
    pub dimensions: Vec<Int32>,
}

Fields

Trait Implementations

impl PartialEq for MultiDimensionArray
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for MultiDimensionArray
[src]

Formats the value using the given formatter.

impl Clone for MultiDimensionArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more