pub struct WaveGenerator;
Expand description
Enabled DAC wave generator (type state)
Trait Implementations§
impl ED for WaveGenerator
Auto Trait Implementations§
impl Freeze for WaveGenerator
impl RefUnwindSafe for WaveGenerator
impl Send for WaveGenerator
impl Sync for WaveGenerator
impl Unpin for WaveGenerator
impl UnwindSafe for WaveGenerator
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