Struct IMFMetadata_Vtbl
#[repr(C)]pub struct IMFMetadata_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetAllLanguages: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const PROPVARIANT) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PROPVARIANT) -> HRESULT,
pub DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetAllPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetAllLanguages: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const PROPVARIANT) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut PROPVARIANT) -> HRESULT
§DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetAllPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT
Implementations§
§impl IMFMetadata_Vtbl
impl IMFMetadata_Vtbl
pub const fn new<Identity: IMFMetadata_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFMetadata_Vtbl
impl RefUnwindSafe for IMFMetadata_Vtbl
impl Send for IMFMetadata_Vtbl
impl Sync for IMFMetadata_Vtbl
impl Unpin for IMFMetadata_Vtbl
impl UnwindSafe for IMFMetadata_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