Struct IWMPPlayer_Vtbl
#[repr(C)]pub struct IWMPPlayer_Vtbl {
pub base__: IWMPCore_Vtbl,
pub enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Setenabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub fullScreen: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetfullScreen: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub enableContextMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetenableContextMenu: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub SetuiMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub uiMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IWMPCore_Vtbl
§enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Setenabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§fullScreen: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetfullScreen: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§enableContextMenu: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetenableContextMenu: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§SetuiMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§uiMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWMPPlayer_Vtbl
impl IWMPPlayer_Vtbl
pub const fn new<Identity: IWMPPlayer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPPlayer_Vtbl
impl RefUnwindSafe for IWMPPlayer_Vtbl
impl Send for IWMPPlayer_Vtbl
impl Sync for IWMPPlayer_Vtbl
impl Unpin for IWMPPlayer_Vtbl
impl UnwindSafe for IWMPPlayer_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