#[repr(C)]
pub struct tagVBVMR_INTERFACE {
Show 29 fields pub VBVMR_Login: T_VBVMR_Login, pub VBVMR_Logout: T_VBVMR_Logout, pub VBVMR_RunVoicemeeter: T_VBVMR_RunVoicemeeter, pub VBVMR_GetVoicemeeterType: T_VBVMR_GetVoicemeeterType, pub VBVMR_GetVoicemeeterVersion: T_VBVMR_GetVoicemeeterVersion, pub VBVMR_IsParametersDirty: T_VBVMR_IsParametersDirty, pub VBVMR_GetParameterFloat: T_VBVMR_GetParameterFloat, pub VBVMR_GetParameterStringA: T_VBVMR_GetParameterStringA, pub VBVMR_GetParameterStringW: T_VBVMR_GetParameterStringW, pub VBVMR_GetLevel: T_VBVMR_GetLevel, pub VBVMR_GetMidiMessage: T_VBVMR_GetMidiMessage, pub VBVMR_SetParameterFloat: T_VBVMR_SetParameterFloat, pub VBVMR_SetParameters: T_VBVMR_SetParameters, pub VBVMR_SetParametersW: T_VBVMR_SetParametersW, pub VBVMR_SetParameterStringA: T_VBVMR_SetParameterStringA, pub VBVMR_SetParameterStringW: T_VBVMR_SetParameterStringW, pub VBVMR_Output_GetDeviceNumber: T_VBVMR_Output_GetDeviceNumber, pub VBVMR_Output_GetDeviceDescA: T_VBVMR_Output_GetDeviceDescA, pub VBVMR_Output_GetDeviceDescW: T_VBVMR_Output_GetDeviceDescW, pub VBVMR_Input_GetDeviceNumber: T_VBVMR_Input_GetDeviceNumber, pub VBVMR_Input_GetDeviceDescA: T_VBVMR_Input_GetDeviceDescA, pub VBVMR_Input_GetDeviceDescW: T_VBVMR_Input_GetDeviceDescW, pub VBVMR_AudioCallbackRegister: T_VBVMR_AudioCallbackRegister, pub VBVMR_AudioCallbackStart: T_VBVMR_AudioCallbackStart, pub VBVMR_AudioCallbackStop: T_VBVMR_AudioCallbackStop, pub VBVMR_AudioCallbackUnregister: T_VBVMR_AudioCallbackUnregister, pub VBVMR_MacroButton_IsDirty: T_VBVMR_MacroButton_IsDirty, pub VBVMR_MacroButton_GetStatus: T_VBVMR_MacroButton_GetStatus, pub VBVMR_MacroButton_SetStatus: T_VBVMR_MacroButton_SetStatus,
}

Fields§

§VBVMR_Login: T_VBVMR_Login§VBVMR_Logout: T_VBVMR_Logout§VBVMR_RunVoicemeeter: T_VBVMR_RunVoicemeeter§VBVMR_GetVoicemeeterType: T_VBVMR_GetVoicemeeterType§VBVMR_GetVoicemeeterVersion: T_VBVMR_GetVoicemeeterVersion§VBVMR_IsParametersDirty: T_VBVMR_IsParametersDirty§VBVMR_GetParameterFloat: T_VBVMR_GetParameterFloat§VBVMR_GetParameterStringA: T_VBVMR_GetParameterStringA§VBVMR_GetParameterStringW: T_VBVMR_GetParameterStringW§VBVMR_GetLevel: T_VBVMR_GetLevel§VBVMR_GetMidiMessage: T_VBVMR_GetMidiMessage§VBVMR_SetParameterFloat: T_VBVMR_SetParameterFloat§VBVMR_SetParameters: T_VBVMR_SetParameters§VBVMR_SetParametersW: T_VBVMR_SetParametersW§VBVMR_SetParameterStringA: T_VBVMR_SetParameterStringA§VBVMR_SetParameterStringW: T_VBVMR_SetParameterStringW§VBVMR_Output_GetDeviceNumber: T_VBVMR_Output_GetDeviceNumber§VBVMR_Output_GetDeviceDescA: T_VBVMR_Output_GetDeviceDescA§VBVMR_Output_GetDeviceDescW: T_VBVMR_Output_GetDeviceDescW§VBVMR_Input_GetDeviceNumber: T_VBVMR_Input_GetDeviceNumber§VBVMR_Input_GetDeviceDescA: T_VBVMR_Input_GetDeviceDescA§VBVMR_Input_GetDeviceDescW: T_VBVMR_Input_GetDeviceDescW§VBVMR_AudioCallbackRegister: T_VBVMR_AudioCallbackRegister§VBVMR_AudioCallbackStart: T_VBVMR_AudioCallbackStart§VBVMR_AudioCallbackStop: T_VBVMR_AudioCallbackStop§VBVMR_AudioCallbackUnregister: T_VBVMR_AudioCallbackUnregister§VBVMR_MacroButton_IsDirty: T_VBVMR_MacroButton_IsDirty§VBVMR_MacroButton_GetStatus: T_VBVMR_MacroButton_GetStatus§VBVMR_MacroButton_SetStatus: T_VBVMR_MacroButton_SetStatus

Trait Implementations§

source§

impl Clone for tagVBVMR_INTERFACE

source§

fn clone(&self) -> tagVBVMR_INTERFACE

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for tagVBVMR_INTERFACE

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for tagVBVMR_INTERFACE

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more