#[repr(C)]pub struct IAudioBodyCorrelationVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation) -> ULONG>,
pub get_BodyTrackingId: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation, trackingId: *mut UINT64) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation) -> ULONG>§get_BodyTrackingId: Option<unsafe extern "C" fn(This: *mut IAudioBodyCorrelation, trackingId: *mut UINT64) -> HRESULT>Trait Implementations§
Source§impl Debug for IAudioBodyCorrelationVtbl
impl Debug for IAudioBodyCorrelationVtbl
Source§impl Default for IAudioBodyCorrelationVtbl
impl Default for IAudioBodyCorrelationVtbl
Source§fn default() -> IAudioBodyCorrelationVtbl
fn default() -> IAudioBodyCorrelationVtbl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IAudioBodyCorrelationVtbl
impl RefUnwindSafe for IAudioBodyCorrelationVtbl
impl Send for IAudioBodyCorrelationVtbl
impl Sync for IAudioBodyCorrelationVtbl
impl Unpin for IAudioBodyCorrelationVtbl
impl UnwindSafe for IAudioBodyCorrelationVtbl
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