Struct windows::Phone::Media::Devices::IAudioRoutingManager_Vtbl
#[repr(C)]pub struct IAudioRoutingManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetAudioEndpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioRoutingEndpoint) -> HRESULT,
pub SetAudioEndpoint: unsafe extern "system" fn(_: *mut c_void, _: AudioRoutingEndpoint) -> HRESULT,
pub AudioEndpointChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveAudioEndpointChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub AvailableAudioEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut AvailableAudioRoutingEndpoints) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetAudioEndpoint: unsafe extern "system" fn(_: *mut c_void, _: *mut AudioRoutingEndpoint) -> HRESULT
§SetAudioEndpoint: unsafe extern "system" fn(_: *mut c_void, _: AudioRoutingEndpoint) -> HRESULT
§AudioEndpointChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveAudioEndpointChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§AvailableAudioEndpoints: unsafe extern "system" fn(_: *mut c_void, _: *mut AvailableAudioRoutingEndpoints) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAudioRoutingManager_Vtbl
impl RefUnwindSafe for IAudioRoutingManager_Vtbl
impl Send for IAudioRoutingManager_Vtbl
impl Sync for IAudioRoutingManager_Vtbl
impl Unpin for IAudioRoutingManager_Vtbl
impl UnwindSafe for IAudioRoutingManager_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