Enum rosc::OscPacket [] [src]

pub enum OscPacket {
    Message(OscMessage),
    Bundle(OscBundle),
}

An osc packet can contain an osc message or a bundle of nested messages which is called osc bundle.

Variants

Trait Implementations

impl Clone for OscPacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OscPacket
[src]

Formats the value using the given formatter.

impl PartialEq for OscPacket
[src]

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

This method tests for !=.