#[repr(C)]
pub struct IPrintTaskOptionsCoreProperties_Vtbl {
Show 25 fields pub base__: IInspectable_Vtbl, pub SetMediaSize: unsafe extern "system" fn(_: *mut c_void, _: PrintMediaSize) -> HRESULT, pub MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintMediaSize) -> HRESULT, pub SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: PrintMediaType) -> HRESULT, pub MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintMediaType) -> HRESULT, pub SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: PrintOrientation) -> HRESULT, pub Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOrientation) -> HRESULT, pub SetPrintQuality: unsafe extern "system" fn(_: *mut c_void, _: PrintQuality) -> HRESULT, pub PrintQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintQuality) -> HRESULT, pub SetColorMode: unsafe extern "system" fn(_: *mut c_void, _: PrintColorMode) -> HRESULT, pub ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintColorMode) -> HRESULT, pub SetDuplex: unsafe extern "system" fn(_: *mut c_void, _: PrintDuplex) -> HRESULT, pub Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintDuplex) -> HRESULT, pub SetCollation: unsafe extern "system" fn(_: *mut c_void, _: PrintCollation) -> HRESULT, pub Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintCollation) -> HRESULT, pub SetStaple: unsafe extern "system" fn(_: *mut c_void, _: PrintStaple) -> HRESULT, pub Staple: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintStaple) -> HRESULT, pub SetHolePunch: unsafe extern "system" fn(_: *mut c_void, _: PrintHolePunch) -> HRESULT, pub HolePunch: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintHolePunch) -> HRESULT, pub SetBinding: unsafe extern "system" fn(_: *mut c_void, _: PrintBinding) -> HRESULT, pub Binding: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintBinding) -> HRESULT, pub MinCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub MaxCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetNumberOfCopies: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub NumberOfCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}

Fields§

§base__: IInspectable_Vtbl§SetMediaSize: unsafe extern "system" fn(_: *mut c_void, _: PrintMediaSize) -> HRESULT§MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintMediaSize) -> HRESULT§SetMediaType: unsafe extern "system" fn(_: *mut c_void, _: PrintMediaType) -> HRESULT§MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintMediaType) -> HRESULT§SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: PrintOrientation) -> HRESULT§Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintOrientation) -> HRESULT§SetPrintQuality: unsafe extern "system" fn(_: *mut c_void, _: PrintQuality) -> HRESULT§PrintQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintQuality) -> HRESULT§SetColorMode: unsafe extern "system" fn(_: *mut c_void, _: PrintColorMode) -> HRESULT§ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintColorMode) -> HRESULT§SetDuplex: unsafe extern "system" fn(_: *mut c_void, _: PrintDuplex) -> HRESULT§Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintDuplex) -> HRESULT§SetCollation: unsafe extern "system" fn(_: *mut c_void, _: PrintCollation) -> HRESULT§Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintCollation) -> HRESULT§SetStaple: unsafe extern "system" fn(_: *mut c_void, _: PrintStaple) -> HRESULT§Staple: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintStaple) -> HRESULT§SetHolePunch: unsafe extern "system" fn(_: *mut c_void, _: PrintHolePunch) -> HRESULT§HolePunch: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintHolePunch) -> HRESULT§SetBinding: unsafe extern "system" fn(_: *mut c_void, _: PrintBinding) -> HRESULT§Binding: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintBinding) -> HRESULT§MinCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§MaxCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetNumberOfCopies: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§NumberOfCopies: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT

Implementations§

§

impl IPrintTaskOptionsCoreProperties_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IPrintTaskOptionsCoreProperties_Impl, const OFFSET: isize>( ) -> IPrintTaskOptionsCoreProperties_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.