Struct IWMPPlayer4_Vtbl
#[repr(C)]pub struct IWMPPlayer4_Vtbl {Show 16 fields
pub base__: IWMPCore3_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,
pub stretchToFit: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetstretchToFit: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub windowlessVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetwindowlessVideo: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub isRemote: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub playerApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub openPlayer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IWMPCore3_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
§stretchToFit: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetstretchToFit: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§windowlessVideo: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetwindowlessVideo: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§isRemote: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§playerApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§openPlayer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IWMPPlayer4_Vtbl
impl IWMPPlayer4_Vtbl
pub const fn new<Identity: IWMPPlayer4_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPPlayer4_Vtbl
impl RefUnwindSafe for IWMPPlayer4_Vtbl
impl Send for IWMPPlayer4_Vtbl
impl Sync for IWMPPlayer4_Vtbl
impl Unpin for IWMPPlayer4_Vtbl
impl UnwindSafe for IWMPPlayer4_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