Struct windows::Win32::Media::MediaPlayer::IWMPLibrary_Vtbl
#[repr(C)]pub struct IWMPLibrary_Vtbl {
pub base__: IUnknown_Vtbl,
pub name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub type: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPLibraryType) -> HRESULT,
pub mediaCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub isIdentical: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§type: unsafe extern "system" fn(_: *mut c_void, _: *mut WMPLibraryType) -> HRESULT
§mediaCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§isIdentical: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IWMPLibrary_Vtbl
impl IWMPLibrary_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPLibrary_Vtblwhere
Identity: IWMPLibrary_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPLibrary_Vtbl
impl RefUnwindSafe for IWMPLibrary_Vtbl
impl Send for IWMPLibrary_Vtbl
impl Sync for IWMPLibrary_Vtbl
impl Unpin for IWMPLibrary_Vtbl
impl UnwindSafe for IWMPLibrary_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