Struct voicemeeter::bindings::tagVBVMR_AUDIOINFO
source · #[repr(C)]pub struct tagVBVMR_AUDIOINFO {
pub samplerate: c_long,
pub nbSamplePerFrame: c_long,
}
Expand description
@name VB-Audio Callback Functions @{
Fields§
§samplerate: c_long
§nbSamplePerFrame: c_long
Trait Implementations§
source§impl Clone for tagVBVMR_AUDIOINFO
impl Clone for tagVBVMR_AUDIOINFO
source§fn clone(&self) -> tagVBVMR_AUDIOINFO
fn clone(&self) -> tagVBVMR_AUDIOINFO
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 tagVBVMR_AUDIOINFO
impl Debug for tagVBVMR_AUDIOINFO
impl Copy for tagVBVMR_AUDIOINFO
Auto Trait Implementations§
impl RefUnwindSafe for tagVBVMR_AUDIOINFO
impl Send for tagVBVMR_AUDIOINFO
impl Sync for tagVBVMR_AUDIOINFO
impl Unpin for tagVBVMR_AUDIOINFO
impl UnwindSafe for tagVBVMR_AUDIOINFO
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