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