pub struct Streams {
pub messages: MessageStream,
pub sysex: SysexStream,
pub errors: ErrorStream,
}Available on crate feature
io only.Fields§
§messages: MessageStream§sysex: SysexStream§errors: ErrorStreamTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Streams
impl !UnwindSafe for Streams
impl Freeze for Streams
impl Send for Streams
impl Sync for Streams
impl Unpin for Streams
impl UnsafeUnpin for Streams
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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