Struct windows::Win32::Storage::Xps::IXpsOMPackage1_Vtbl
#[repr(C)]pub struct IXpsOMPackage1_Vtbl {
pub base__: IXpsOMPackage_Vtbl,
pub GetDocumentType: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_DOCUMENT_TYPE) -> HRESULT,
pub WriteToFile1: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const SECURITY_ATTRIBUTES, _: u32, _: BOOL, _: XPS_DOCUMENT_TYPE) -> HRESULT,
pub WriteToStream1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: XPS_DOCUMENT_TYPE) -> HRESULT,
}
Fields§
§base__: IXpsOMPackage_Vtbl
§GetDocumentType: unsafe extern "system" fn(_: *mut c_void, _: *mut XPS_DOCUMENT_TYPE) -> HRESULT
§WriteToFile1: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const SECURITY_ATTRIBUTES, _: u32, _: BOOL, _: XPS_DOCUMENT_TYPE) -> HRESULT
§WriteToStream1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: XPS_DOCUMENT_TYPE) -> HRESULT
Implementations§
§impl IXpsOMPackage1_Vtbl
impl IXpsOMPackage1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXpsOMPackage1_Vtblwhere
Identity: IXpsOMPackage1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXpsOMPackage1_Vtbl
impl RefUnwindSafe for IXpsOMPackage1_Vtbl
impl Send for IXpsOMPackage1_Vtbl
impl Sync for IXpsOMPackage1_Vtbl
impl Unpin for IXpsOMPackage1_Vtbl
impl UnwindSafe for IXpsOMPackage1_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