#[repr(C)]pub struct IAudioChannelConfig {
pub lpVtbl: *const IAudioChannelConfigVtbl,
}
Fields§
§lpVtbl: *const IAudioChannelConfigVtbl
Implementations§
Source§impl IAudioChannelConfig
impl IAudioChannelConfig
pub unsafe fn SetChannelConfig( &self, dwConfig: DWORD, pguidEventContext: LPCGUID, ) -> HRESULT
pub unsafe fn GetChannelConfig(&self, pdwConfig: *mut DWORD) -> HRESULT
Trait Implementations§
Source§impl Deref for IAudioChannelConfig
impl Deref for IAudioChannelConfig
Auto Trait Implementations§
impl Freeze for IAudioChannelConfig
impl RefUnwindSafe for IAudioChannelConfig
impl !Send for IAudioChannelConfig
impl !Sync for IAudioChannelConfig
impl Unpin for IAudioChannelConfig
impl UnwindSafe for IAudioChannelConfig
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