pub struct SpectrumStreamState { /* private fields */ }Expand description
Shared state for the analyzer stream task.
The task is started by start_live_spectrum_stream and stopped by either
stop_live_spectrum_stream or when the target window can no longer receive events.
Trait Implementations§
Source§impl Default for SpectrumStreamState
impl Default for SpectrumStreamState
Source§fn default() -> SpectrumStreamState
fn default() -> SpectrumStreamState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SpectrumStreamState
impl RefUnwindSafe for SpectrumStreamState
impl Send for SpectrumStreamState
impl Sync for SpectrumStreamState
impl Unpin for SpectrumStreamState
impl UnsafeUnpin for SpectrumStreamState
impl UnwindSafe for SpectrumStreamState
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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
§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.