pub struct SysexMsg { /* private fields */ }Expand description
Sysex messages can be of any length. To ensure no memory allocation, messages longer than SYSEXMSG_LEN will be split up in more than one SysexMsg.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysexMsg
impl RefUnwindSafe for SysexMsg
impl Send for SysexMsg
impl Sync for SysexMsg
impl Unpin for SysexMsg
impl UnwindSafe for SysexMsg
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