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