#[repr(u32)]pub enum EnvelopeMode {
Peak = 0,
Rms = 1,
}Expand description
Envelope follower detection mode.
Variants§
Trait Implementations§
Source§impl Clone for EnvelopeMode
impl Clone for EnvelopeMode
Source§fn clone(&self) -> EnvelopeMode
fn clone(&self) -> EnvelopeMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnvelopeMode
Auto Trait Implementations§
impl Freeze for EnvelopeMode
impl RefUnwindSafe for EnvelopeMode
impl Send for EnvelopeMode
impl Sync for EnvelopeMode
impl Unpin for EnvelopeMode
impl UnsafeUnpin for EnvelopeMode
impl UnwindSafe for EnvelopeMode
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