Struct rustradio::stream::OutputStreams
source · pub struct OutputStreams { /* private fields */ }Implementations§
source§impl OutputStreams
impl OutputStreams
pub fn new() -> Self
pub fn add_stream(&mut self, s: StreamType)
pub fn get(&self, n: usize) -> StreamType
pub fn capacity(&self, n: usize) -> usize
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for OutputStreams
impl !Send for OutputStreams
impl !Sync for OutputStreams
impl Unpin for OutputStreams
impl !UnwindSafe for OutputStreams
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