Struct windows::Win32::Storage::Xps::IXpsOMPartResources_Vtbl
#[repr(C)]pub struct IXpsOMPartResources_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetFontResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetImageResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetColorProfileResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetRemoteDictionaryResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetFontResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetImageResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetColorProfileResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetRemoteDictionaryResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXpsOMPartResources_Vtbl
impl IXpsOMPartResources_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMPartResources_Vtblwhere
Identity: IXpsOMPartResources_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMPartResources_Vtbl
impl RefUnwindSafe for IXpsOMPartResources_Vtbl
impl Send for IXpsOMPartResources_Vtbl
impl Sync for IXpsOMPartResources_Vtbl
impl Unpin for IXpsOMPartResources_Vtbl
impl UnwindSafe for IXpsOMPartResources_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