Enum tk_opc::OpcMessageData [] [src]

pub enum OpcMessageData {
    SetPixelColours(Pixels),
    SystemExclusive(SystemExclusiveData),
    Other(u8Vec<u8>),
}

Variants

Trait Implementations

impl Clone for OpcMessageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpcMessageData
[src]

Formats the value using the given formatter.