Skip to content

Instantly share code, notes, and snippets.

@drozdziak1
Created August 22, 2018 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drozdziak1/9e1bc958c41ec8e97f77953035698cd6 to your computer and use it in GitHub Desktop.
Save drozdziak1/9e1bc958c41ec8e97f77953035698cd6 to your computer and use it in GitHub Desktop.
#[derive(Clone,Debug, PartialEq)]
pub struct OscMessage {
pub addr: String,
pub args: Option<Vec<OscType>>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment