pub enum VoicemeeterStatus {
Launched,
NotLaunched,
}
Available on crate feature
interface
only.Expand description
The status of the Voicemeeter instance.
Variants§
Trait Implementations§
source§impl Clone for VoicemeeterStatus
impl Clone for VoicemeeterStatus
source§fn clone(&self) -> VoicemeeterStatus
fn clone(&self) -> VoicemeeterStatus
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 VoicemeeterStatus
impl Debug for VoicemeeterStatus
source§impl PartialEq for VoicemeeterStatus
impl PartialEq for VoicemeeterStatus
source§fn eq(&self, other: &VoicemeeterStatus) -> bool
fn eq(&self, other: &VoicemeeterStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for VoicemeeterStatus
impl StructuralPartialEq for VoicemeeterStatus
Auto Trait Implementations§
impl RefUnwindSafe for VoicemeeterStatus
impl Send for VoicemeeterStatus
impl Sync for VoicemeeterStatus
impl Unpin for VoicemeeterStatus
impl UnwindSafe for VoicemeeterStatus
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