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