Struct windows::Win32::System::RemoteDesktop::IAudioEndpointControl_Vtbl
#[repr(C)]pub struct IAudioEndpointControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IAudioEndpointControl_Vtbl
impl IAudioEndpointControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioEndpointControl_Vtblwhere
Identity: IAudioEndpointControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioEndpointControl_Vtbl
impl RefUnwindSafe for IAudioEndpointControl_Vtbl
impl Send for IAudioEndpointControl_Vtbl
impl Sync for IAudioEndpointControl_Vtbl
impl Unpin for IAudioEndpointControl_Vtbl
impl UnwindSafe for IAudioEndpointControl_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