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