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