pub enum ModeNameTarget {
Plugin,
Mixer,
Sends,
Transport,
DAW,
Drum,
Volume,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ModeNameTarget
impl Clone for ModeNameTarget
Source§fn clone(&self) -> ModeNameTarget
fn clone(&self) -> ModeNameTarget
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 ModeNameTarget
impl Debug for ModeNameTarget
Source§impl Display for ModeNameTarget
impl Display for ModeNameTarget
Source§impl IntoEnumIterator for ModeNameTarget
impl IntoEnumIterator for ModeNameTarget
type Iterator = ModeNameTargetIter
fn iter() -> ModeNameTargetIter ⓘ
Source§impl PartialEq for ModeNameTarget
impl PartialEq for ModeNameTarget
impl Copy for ModeNameTarget
impl Eq for ModeNameTarget
impl StructuralPartialEq for ModeNameTarget
Auto Trait Implementations§
impl Freeze for ModeNameTarget
impl RefUnwindSafe for ModeNameTarget
impl Send for ModeNameTarget
impl Sync for ModeNameTarget
impl Unpin for ModeNameTarget
impl UnwindSafe for ModeNameTarget
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more