Struct windows::Win32::Graphics::Imaging::IWICMetadataQueryWriter_Vtbl
#[repr(C)]pub struct IWICMetadataQueryWriter_Vtbl {
pub base__: IWICMetadataQueryReader_Vtbl,
pub SetMetadataByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT,
pub RemoveMetadataByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IWICMetadataQueryReader_Vtbl
§SetMetadataByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT
§RemoveMetadataByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IWICMetadataQueryWriter_Vtbl
impl IWICMetadataQueryWriter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICMetadataQueryWriter_Vtblwhere
Identity: IWICMetadataQueryWriter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICMetadataQueryWriter_Vtbl
impl RefUnwindSafe for IWICMetadataQueryWriter_Vtbl
impl Send for IWICMetadataQueryWriter_Vtbl
impl Sync for IWICMetadataQueryWriter_Vtbl
impl Unpin for IWICMetadataQueryWriter_Vtbl
impl UnwindSafe for IWICMetadataQueryWriter_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