pub struct SysDirectionOutput {
pub async_playback_buffer_stream: Box<dyn AsyncPlaybackBufferStream>,
pub buffer_writer: Box<dyn PlaybackBufferWriter>,
}Fields§
§async_playback_buffer_stream: Box<dyn AsyncPlaybackBufferStream>§buffer_writer: Box<dyn PlaybackBufferWriter>Auto Trait Implementations§
impl Freeze for SysDirectionOutput
impl !RefUnwindSafe for SysDirectionOutput
impl !Send for SysDirectionOutput
impl !Sync for SysDirectionOutput
impl Unpin for SysDirectionOutput
impl !UnwindSafe for SysDirectionOutput
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