pub struct OscBundle {
pub messages: Vec<OscMessage>,
pub time_tag: OscTimeTag,
}Expand description
Represents an OSC Bundle
Fields§
§messages: Vec<OscMessage>§time_tag: OscTimeTagImplementations§
Auto Trait Implementations§
impl Freeze for OscBundle
impl RefUnwindSafe for OscBundle
impl Send for OscBundle
impl Sync for OscBundle
impl Unpin for OscBundle
impl UnwindSafe for OscBundle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more