Struct IStandardPrintTaskOptionsStatic_Vtbl
#[repr(C)]pub struct IStandardPrintTaskOptionsStatic_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrintQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Staple: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HolePunch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Binding: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Copies: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NUp: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InputBin: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§MediaType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PrintQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Staple: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§HolePunch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Binding: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Copies: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NUp: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§InputBin: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IStandardPrintTaskOptionsStatic_Vtbl
impl RefUnwindSafe for IStandardPrintTaskOptionsStatic_Vtbl
impl Send for IStandardPrintTaskOptionsStatic_Vtbl
impl Sync for IStandardPrintTaskOptionsStatic_Vtbl
impl Unpin for IStandardPrintTaskOptionsStatic_Vtbl
impl UnwindSafe for IStandardPrintTaskOptionsStatic_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