#[repr(C)]pub struct IAudioPlaybackConnectionOpenResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioPlaybackConnectionOpenResultStatus) -> HRESULT,
pub ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioPlaybackConnectionOpenResultStatus) -> HRESULT
§ExtendedError: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAudioPlaybackConnectionOpenResult_Vtbl
impl RefUnwindSafe for IAudioPlaybackConnectionOpenResult_Vtbl
impl Send for IAudioPlaybackConnectionOpenResult_Vtbl
impl Sync for IAudioPlaybackConnectionOpenResult_Vtbl
impl Unpin for IAudioPlaybackConnectionOpenResult_Vtbl
impl UnwindSafe for IAudioPlaybackConnectionOpenResult_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