pub(crate) struct SysAsyncStreamObjects {
pub(crate) stream: DirectionalStream,
pub(crate) pcm_sender: UnboundedSender<PcmResponse>,
}Fields§
§stream: DirectionalStream§pcm_sender: UnboundedSender<PcmResponse>Auto Trait Implementations§
impl Freeze for SysAsyncStreamObjects
impl !RefUnwindSafe for SysAsyncStreamObjects
impl !Send for SysAsyncStreamObjects
impl !Sync for SysAsyncStreamObjects
impl Unpin for SysAsyncStreamObjects
impl !UnwindSafe for SysAsyncStreamObjects
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