Struct opcua_types::ReadEventDetails [] [src]

pub struct ReadEventDetails {
    pub num_values_per_node: UInt32,
    pub start_time: DateTime,
    pub end_time: DateTime,
    pub filter: EventFilter,
}

Fields

Trait Implementations

impl Debug for ReadEventDetails
[src]

Formats the value using the given formatter.

impl Clone for ReadEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReadEventDetails
[src]

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

This method tests for !=.

impl BinaryEncoder<ReadEventDetails> for ReadEventDetails
[src]

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

Encodes the instance to the write stream.

Decodes an instance from the read stream.