Struct windows::Win32::System::RemoteDesktop::IAudioEndpointRT_Vtbl
#[repr(C)]pub struct IAudioEndpointRT_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCurrentPadding: unsafe extern "system" fn(_: *mut c_void, _: *mut i64, _: *mut AE_CURRENT_POSITION),
pub ProcessingComplete: unsafe extern "system" fn(_: *mut c_void),
pub SetPinInactive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetPinActive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCurrentPadding: unsafe extern "system" fn(_: *mut c_void, _: *mut i64, _: *mut AE_CURRENT_POSITION)
§ProcessingComplete: unsafe extern "system" fn(_: *mut c_void)
§SetPinInactive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetPinActive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IAudioEndpointRT_Vtbl
impl IAudioEndpointRT_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioEndpointRT_Vtblwhere
Identity: IAudioEndpointRT_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioEndpointRT_Vtbl
impl RefUnwindSafe for IAudioEndpointRT_Vtbl
impl Send for IAudioEndpointRT_Vtbl
impl Sync for IAudioEndpointRT_Vtbl
impl Unpin for IAudioEndpointRT_Vtbl
impl UnwindSafe for IAudioEndpointRT_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