Struct tk_opc::OpcMessage [] [src]

pub struct OpcMessage {
    pub channel: u8,
    pub message: OpcMessageData,
}

Fields

Methods

impl OpcMessage
[src]

Trait Implementations

impl Clone for OpcMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpcMessage
[src]

Formats the value using the given formatter.