Struct IWMPRemoteMediaServices_Vtbl
#[repr(C)]pub struct IWMPRemoteMediaServices_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetServiceType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetScriptableObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCustomUIMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetServiceType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetApplicationName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetScriptableObject: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCustomUIMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWMPRemoteMediaServices_Vtbl
impl IWMPRemoteMediaServices_Vtbl
pub const fn new<Identity: IWMPRemoteMediaServices_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPRemoteMediaServices_Vtbl
impl RefUnwindSafe for IWMPRemoteMediaServices_Vtbl
impl Send for IWMPRemoteMediaServices_Vtbl
impl Sync for IWMPRemoteMediaServices_Vtbl
impl Unpin for IWMPRemoteMediaServices_Vtbl
impl UnwindSafe for IWMPRemoteMediaServices_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