pub struct SourceConnection { /* private fields */ }Available on crate feature
io only.Implementations§
Source§impl SourceConnection
impl SourceConnection
pub fn into_streams(self) -> Streams
pub fn into_messages(self) -> MessageStream
pub fn into_sysex(self) -> SysexStream
pub fn into_errors(self) -> ErrorStream
pub fn into_events(self) -> EventStream
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SourceConnection
impl !UnwindSafe for SourceConnection
impl Freeze for SourceConnection
impl Send for SourceConnection
impl Sync for SourceConnection
impl Unpin for SourceConnection
impl UnsafeUnpin for SourceConnection
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