Struct IWMPPlayerApplication_Vtbl
#[repr(C)]pub struct IWMPPlayerApplication_Vtbl {
pub base__: IDispatch_Vtbl,
pub switchToPlayerApplication: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub switchToControl: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub playerDocked: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub hasDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§switchToPlayerApplication: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§switchToControl: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§playerDocked: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§hasDisplay: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IWMPPlayerApplication_Vtbl
impl IWMPPlayerApplication_Vtbl
pub const fn new<Identity: IWMPPlayerApplication_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPPlayerApplication_Vtbl
impl RefUnwindSafe for IWMPPlayerApplication_Vtbl
impl Send for IWMPPlayerApplication_Vtbl
impl Sync for IWMPPlayerApplication_Vtbl
impl Unpin for IWMPPlayerApplication_Vtbl
impl UnwindSafe for IWMPPlayerApplication_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