Struct IPrintTaskOptionsCoreProperties_Vtbl
#[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) -> HRESULTImplementations§
§impl IPrintTaskOptionsCoreProperties_Vtbl
impl IPrintTaskOptionsCoreProperties_Vtbl
pub const fn new<Identity: IPrintTaskOptionsCoreProperties_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintTaskOptionsCoreProperties_Vtbl
impl RefUnwindSafe for IPrintTaskOptionsCoreProperties_Vtbl
impl Send for IPrintTaskOptionsCoreProperties_Vtbl
impl Sync for IPrintTaskOptionsCoreProperties_Vtbl
impl Unpin for IPrintTaskOptionsCoreProperties_Vtbl
impl UnwindSafe for IPrintTaskOptionsCoreProperties_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