pub enum LfoAction {
None,
Reset,
}Expand description
Действие для LFO
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LfoAction
impl RefUnwindSafe for LfoAction
impl Send for LfoAction
impl Sync for LfoAction
impl Unpin for LfoAction
impl UnsafeUnpin for LfoAction
impl UnwindSafe for LfoAction
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