Struct windows::Win32::Graphics::Printing::IFixedDocument_Vtbl
#[repr(C)]pub struct IFixedDocument_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IFixedDocument_Vtbl
impl IFixedDocument_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFixedDocument_Vtblwhere
Identity: IFixedDocument_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFixedDocument_Vtbl
impl RefUnwindSafe for IFixedDocument_Vtbl
impl Send for IFixedDocument_Vtbl
impl Sync for IFixedDocument_Vtbl
impl Unpin for IFixedDocument_Vtbl
impl UnwindSafe for IFixedDocument_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