Enum voicemeeter::types::VoicemeeterApplication
source · #[repr(C)]pub enum VoicemeeterApplication {
Voicemeeter = 1,
VoicemeeterBanana = 2,
VoicemeeterPotato = 3,
PotatoX64Bits = 6,
Other = 7,
None = 255,
}
Available on crate feature
interface
only.Expand description
Voicemeeter application type.
Variants§
Voicemeeter = 1
Standard “base” voicemeeter.
VoicemeeterBanana = 2
Voicemeeter Banana.
VoicemeeterPotato = 3
Voicemeeter Potato.
PotatoX64Bits = 6
Voicemeeter Potato x64.
Other = 7
Unknown voicemeeter type
None = 255
No voicmeeter running
Implementations§
Trait Implementations§
source§impl Clone for VoicemeeterApplication
impl Clone for VoicemeeterApplication
source§fn clone(&self) -> VoicemeeterApplication
fn clone(&self) -> VoicemeeterApplication
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 VoicemeeterApplication
impl Debug for VoicemeeterApplication
source§impl Display for VoicemeeterApplication
impl Display for VoicemeeterApplication
source§impl From<i32> for VoicemeeterApplication
impl From<i32> for VoicemeeterApplication
source§impl Hash for VoicemeeterApplication
impl Hash for VoicemeeterApplication
source§impl PartialEq for VoicemeeterApplication
impl PartialEq for VoicemeeterApplication
source§fn eq(&self, other: &VoicemeeterApplication) -> bool
fn eq(&self, other: &VoicemeeterApplication) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VoicemeeterApplication
impl Eq for VoicemeeterApplication
impl StructuralPartialEq for VoicemeeterApplication
Auto Trait Implementations§
impl RefUnwindSafe for VoicemeeterApplication
impl Send for VoicemeeterApplication
impl Sync for VoicemeeterApplication
impl Unpin for VoicemeeterApplication
impl UnwindSafe for VoicemeeterApplication
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