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

Message(OscMessage)Bundle(OscBundle)

Trait Implementations

impl PartialEq for OscPacket
[src]

fn eq(&self, __arg_0: &OscPacket) -> bool

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

fn ne(&self, __arg_0: &OscPacket) -> bool

This method tests for !=.

impl Debug for OscPacket
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.