pub enum WaveType {
Sine,
Square,
Sawtooth,
Triangle,
}Variants§
Trait Implementations§
impl Copy for WaveType
impl Eq for WaveType
impl StructuralPartialEq for WaveType
Auto Trait Implementations§
impl Freeze for WaveType
impl RefUnwindSafe for WaveType
impl Send for WaveType
impl Sync for WaveType
impl Unpin for WaveType
impl UnsafeUnpin for WaveType
impl UnwindSafe for WaveType
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