pub struct IPrint(/* private fields */);Implementations§
Source§impl IPrint
impl IPrint
pub unsafe fn SetInitialPageNum(&self, nfirstpage: i32) -> ErrorCode
pub unsafe fn GetPageInfo( &self, pnfirstpage: *mut i32, pcpages: *mut i32, ) -> ErrorCode
pub unsafe fn Print<'a, T4__: IntoParam<'a, IContinueCallback>>( &self, grfflags: u32, pptd: *mut *mut DVTARGETDEVICE, pppageset: *mut *mut PAGESET, pstgmoptions: *mut STGMEDIUM, pcallback: T4__, nfirstpage: i32, pcpagesprinted: *mut i32, pnlastpage: *mut i32, ) -> ErrorCode
Trait Implementations§
Source§impl Interface for IPrint
impl Interface for IPrint
const IID: Guid
type Vtable = IPrint_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IPrint
impl<'a> IntoParam<'a, IUnknown> for &'a IPrint
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IPrint
impl StructuralPartialEq for IPrint
Auto Trait Implementations§
impl Freeze for IPrint
impl RefUnwindSafe for IPrint
impl !Send for IPrint
impl !Sync for IPrint
impl Unpin for IPrint
impl UnwindSafe for IPrint
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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