Struct IMediaPlayer2_Vtbl
#[repr(C)]pub struct IMediaPlayer2_Vtbl {
pub base__: IInspectable_Vtbl,
pub SystemMediaTransportControls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AudioCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlayerAudioCategory) -> HRESULT,
pub SetAudioCategory: unsafe extern "system" fn(_: *mut c_void, _: MediaPlayerAudioCategory) -> HRESULT,
pub AudioDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlayerAudioDeviceType) -> HRESULT,
pub SetAudioDeviceType: unsafe extern "system" fn(_: *mut c_void, _: MediaPlayerAudioDeviceType) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SystemMediaTransportControls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AudioCategory: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlayerAudioCategory) -> HRESULT§SetAudioCategory: unsafe extern "system" fn(_: *mut c_void, _: MediaPlayerAudioCategory) -> HRESULT§AudioDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaPlayerAudioDeviceType) -> HRESULT§SetAudioDeviceType: unsafe extern "system" fn(_: *mut c_void, _: MediaPlayerAudioDeviceType) -> HRESULTAuto Trait Implementations§
impl Freeze for IMediaPlayer2_Vtbl
impl RefUnwindSafe for IMediaPlayer2_Vtbl
impl Send for IMediaPlayer2_Vtbl
impl Sync for IMediaPlayer2_Vtbl
impl Unpin for IMediaPlayer2_Vtbl
impl UnwindSafe for IMediaPlayer2_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