Struct windows::Win32::System::RemoteDesktop::IAudioEndpoint_Vtbl
#[repr(C)]pub struct IAudioEndpoint_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetFrameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut WAVEFORMATEX) -> HRESULT,
pub GetFramesPerPacket: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub SetStreamFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetEventHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetFrameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut WAVEFORMATEX) -> HRESULT
§GetFramesPerPacket: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§SetStreamFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetEventHandle: unsafe extern "system" fn(_: *mut c_void, _: HANDLE) -> HRESULT
Implementations§
§impl IAudioEndpoint_Vtbl
impl IAudioEndpoint_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAudioEndpoint_Vtblwhere
Identity: IAudioEndpoint_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAudioEndpoint_Vtbl
impl RefUnwindSafe for IAudioEndpoint_Vtbl
impl Send for IAudioEndpoint_Vtbl
impl Sync for IAudioEndpoint_Vtbl
impl Unpin for IAudioEndpoint_Vtbl
impl UnwindSafe for IAudioEndpoint_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