#[repr(usize)]enum EnvelopeState {
Attack = 0,
Decay = 1,
Sustain = 2,
Release = 3,
}
Variants§
Trait Implementations§
source§impl Clone for EnvelopeState
impl Clone for EnvelopeState
source§fn clone(&self) -> EnvelopeState
fn clone(&self) -> EnvelopeState
Returns a copy 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 moresource§impl Debug for EnvelopeState
impl Debug for EnvelopeState
source§impl PartialEq for EnvelopeState
impl PartialEq for EnvelopeState
source§fn eq(&self, other: &EnvelopeState) -> bool
fn eq(&self, other: &EnvelopeState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EnvelopeState
impl Eq for EnvelopeState
impl StructuralPartialEq for EnvelopeState
Auto Trait Implementations§
impl Freeze for EnvelopeState
impl RefUnwindSafe for EnvelopeState
impl Send for EnvelopeState
impl Sync for EnvelopeState
impl Unpin for EnvelopeState
impl UnwindSafe for EnvelopeState
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T