Struct IWMMetadataEditor2_Vtbl
#[repr(C)]pub struct IWMMetadataEditor2_Vtbl {
pub base__: IWMMetadataEditor_Vtbl,
pub OpenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32) -> HRESULT,
}
Fields§
§base__: IWMMetadataEditor_Vtbl
§OpenEx: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32) -> HRESULT
Implementations§
§impl IWMMetadataEditor2_Vtbl
impl IWMMetadataEditor2_Vtbl
pub const fn new<Identity: IWMMetadataEditor2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMMetadataEditor2_Vtbl
impl RefUnwindSafe for IWMMetadataEditor2_Vtbl
impl Send for IWMMetadataEditor2_Vtbl
impl Sync for IWMMetadataEditor2_Vtbl
impl Unpin for IWMMetadataEditor2_Vtbl
impl UnwindSafe for IWMMetadataEditor2_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