pub struct SampleStream<T: DdsType + Send + Sync + 'static> { /* private fields */ }Expand description
Stream uber Reader-Samples. Endet wenn der Reader gedroppt wird.
Trait Implementations§
Source§impl<T: DdsType + Send + Sync + 'static> Stream for SampleStream<T>
impl<T: DdsType + Send + Sync + 'static> Stream for SampleStream<T>
impl<T: DdsType + Send + Sync + 'static> Unpin for SampleStream<T>
Auto Trait Implementations§
impl<T> Freeze for SampleStream<T>
impl<T> !RefUnwindSafe for SampleStream<T>
impl<T> Send for SampleStream<T>
impl<T> Sync for SampleStream<T>
impl<T> UnsafeUnpin for SampleStream<T>
impl<T> !UnwindSafe for SampleStream<T>
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