pub struct Waveform<'a> { /* private fields */ }Expand description
An animated oscilloscope / waveform display.
Implementations§
Trait Implementations§
impl Eq for Waveform<'_>
Auto Trait Implementations§
impl<'a> Freeze for Waveform<'a>
impl<'a> RefUnwindSafe for Waveform<'a>
impl<'a> Send for Waveform<'a>
impl<'a> Sync for Waveform<'a>
impl<'a> Unpin for Waveform<'a>
impl<'a> UnsafeUnpin for Waveform<'a>
impl<'a> UnwindSafe for Waveform<'a>
Blanket Implementations§
Source§impl<W> AislingExt for Wwhere
W: Widget,
impl<W> AislingExt for Wwhere
W: Widget,
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