pub struct SpectrumScene { /* private fields */ }Expand description
The spectrum readout: N elements driven by the analysis frame’s band array, drawn through the shared line renderer.
Implementations§
Source§impl SpectrumScene
impl SpectrumScene
Auto Trait Implementations§
impl Freeze for SpectrumScene
impl !RefUnwindSafe for SpectrumScene
impl !Send for SpectrumScene
impl !Sync for SpectrumScene
impl Unpin for SpectrumScene
impl UnsafeUnpin for SpectrumScene
impl !UnwindSafe for SpectrumScene
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