pub enum EnvelopeAction {
None,
GateOn,
GateOff,
}Expand description
Действие для огибающей
Variants§
Trait Implementations§
Source§impl Clone for EnvelopeAction
impl Clone for EnvelopeAction
Source§fn clone(&self) -> EnvelopeAction
fn clone(&self) -> EnvelopeAction
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 moreSource§impl Debug for EnvelopeAction
impl Debug for EnvelopeAction
Source§impl Default for EnvelopeAction
impl Default for EnvelopeAction
Source§fn default() -> EnvelopeAction
fn default() -> EnvelopeAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvelopeAction
impl RefUnwindSafe for EnvelopeAction
impl Send for EnvelopeAction
impl Sync for EnvelopeAction
impl Unpin for EnvelopeAction
impl UnsafeUnpin for EnvelopeAction
impl UnwindSafe for EnvelopeAction
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