Struct windows::Graphics::Printing::StandardPrintTaskOptions
pub struct StandardPrintTaskOptions;
Implementations§
§impl StandardPrintTaskOptions
impl StandardPrintTaskOptions
pub fn MediaSize() -> Result<HSTRING>
pub fn MediaType() -> Result<HSTRING>
pub fn Orientation() -> Result<HSTRING>
pub fn PrintQuality() -> Result<HSTRING>
pub fn ColorMode() -> Result<HSTRING>
pub fn Duplex() -> Result<HSTRING>
pub fn Collation() -> Result<HSTRING>
pub fn Staple() -> Result<HSTRING>
pub fn HolePunch() -> Result<HSTRING>
pub fn Binding() -> Result<HSTRING>
pub fn Copies() -> Result<HSTRING>
pub fn NUp() -> Result<HSTRING>
pub fn InputBin() -> Result<HSTRING>
pub fn Bordering() -> Result<HSTRING>
pub fn CustomPageRanges() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for StandardPrintTaskOptions
impl RefUnwindSafe for StandardPrintTaskOptions
impl Send for StandardPrintTaskOptions
impl Sync for StandardPrintTaskOptions
impl Unpin for StandardPrintTaskOptions
impl UnwindSafe for StandardPrintTaskOptions
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