Enum tk_opc::OpcMessageData
[−]
[src]
pub enum OpcMessageData {
SetPixelColours(Pixels),
Other(u8, Vec<u8>),
SystemExclusive(SystemExclusiveData),
}Variants
SetPixelColours(Pixels)Other(u8, Vec<u8>)SystemExclusive(SystemExclusiveData)Trait Implementations
impl Clone for OpcMessageData[src]
fn clone(&self) -> OpcMessageData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more