pub enum WAVE2W {
DISABLED,
NOISE,
TRIANGLE,
}
Expand description
Values that can be written to the field WAVE2
Variants§
DISABLED
Wave generation disabled
NOISE
Noise wave generation enabled
TRIANGLE
Triangle wave generation enabled
Auto Trait Implementations§
impl Freeze for WAVE2W
impl RefUnwindSafe for WAVE2W
impl Send for WAVE2W
impl Sync for WAVE2W
impl Unpin for WAVE2W
impl UnwindSafe for WAVE2W
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