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