Struct rosc::OscBundle [] [src]

pub struct OscBundle {
    pub timetag: OscType,
    pub content: Vec<OscPacket>,
}

An OSC bundle contains zero or more OSC packets and a time tag. The contained packets should be applied at the given time tag.

Fields

timetag: OscType content: Vec<OscPacket>

Trait Implementations

impl PartialEq for OscBundle
[src]

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

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

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

This method tests for !=.

impl Debug for OscBundle
[src]

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

Formats the value using the given formatter.