Struct voicemeeter::bindings::VBVMR_AUDIOCALLBACK
source · #[repr(transparent)]pub struct VBVMR_AUDIOCALLBACK(pub c_int);
Tuple Fields§
§0: c_int
Implementations§
source§impl VBVMR_AUDIOCALLBACK
impl VBVMR_AUDIOCALLBACK
pub const INPUT: VBVMR_AUDIOCALLBACK = _
source§impl VBVMR_AUDIOCALLBACK
impl VBVMR_AUDIOCALLBACK
pub const OUTPUT: VBVMR_AUDIOCALLBACK = _
source§impl VBVMR_AUDIOCALLBACK
impl VBVMR_AUDIOCALLBACK
pub const MAIN: VBVMR_AUDIOCALLBACK = _
Trait Implementations§
source§impl BitAnd for VBVMR_AUDIOCALLBACK
impl BitAnd for VBVMR_AUDIOCALLBACK
source§impl BitAndAssign for VBVMR_AUDIOCALLBACK
impl BitAndAssign for VBVMR_AUDIOCALLBACK
source§fn bitand_assign(&mut self, rhs: VBVMR_AUDIOCALLBACK)
fn bitand_assign(&mut self, rhs: VBVMR_AUDIOCALLBACK)
Performs the
&=
operation. Read moresource§impl BitOr for VBVMR_AUDIOCALLBACK
impl BitOr for VBVMR_AUDIOCALLBACK
source§impl BitOrAssign for VBVMR_AUDIOCALLBACK
impl BitOrAssign for VBVMR_AUDIOCALLBACK
source§fn bitor_assign(&mut self, rhs: VBVMR_AUDIOCALLBACK)
fn bitor_assign(&mut self, rhs: VBVMR_AUDIOCALLBACK)
Performs the
|=
operation. Read moresource§impl Clone for VBVMR_AUDIOCALLBACK
impl Clone for VBVMR_AUDIOCALLBACK
source§fn clone(&self) -> VBVMR_AUDIOCALLBACK
fn clone(&self) -> VBVMR_AUDIOCALLBACK
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 VBVMR_AUDIOCALLBACK
impl Debug for VBVMR_AUDIOCALLBACK
source§impl Hash for VBVMR_AUDIOCALLBACK
impl Hash for VBVMR_AUDIOCALLBACK
source§impl PartialEq for VBVMR_AUDIOCALLBACK
impl PartialEq for VBVMR_AUDIOCALLBACK
source§fn eq(&self, other: &VBVMR_AUDIOCALLBACK) -> bool
fn eq(&self, other: &VBVMR_AUDIOCALLBACK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VBVMR_AUDIOCALLBACK
impl Eq for VBVMR_AUDIOCALLBACK
impl StructuralPartialEq for VBVMR_AUDIOCALLBACK
Auto Trait Implementations§
impl RefUnwindSafe for VBVMR_AUDIOCALLBACK
impl Send for VBVMR_AUDIOCALLBACK
impl Sync for VBVMR_AUDIOCALLBACK
impl Unpin for VBVMR_AUDIOCALLBACK
impl UnwindSafe for VBVMR_AUDIOCALLBACK
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