#[repr(C)]pub struct IAudioProcessingObjectLoggingService_Vtbl {
pub base__: IUnknown_Vtbl,
pub ApoLog: unsafe extern "system" fn(_: *mut c_void, _: APO_LOG_LEVEL, _: PCWSTR),
}
Fields§
§base__: IUnknown_Vtbl
§ApoLog: unsafe extern "system" fn(_: *mut c_void, _: APO_LOG_LEVEL, _: PCWSTR)
Implementations§
§impl IAudioProcessingObjectLoggingService_Vtbl
impl IAudioProcessingObjectLoggingService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioProcessingObjectLoggingService_Vtblwhere
Identity: IAudioProcessingObjectLoggingService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioProcessingObjectLoggingService_Vtbl
impl RefUnwindSafe for IAudioProcessingObjectLoggingService_Vtbl
impl Send for IAudioProcessingObjectLoggingService_Vtbl
impl Sync for IAudioProcessingObjectLoggingService_Vtbl
impl Unpin for IAudioProcessingObjectLoggingService_Vtbl
impl UnwindSafe for IAudioProcessingObjectLoggingService_Vtbl
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