pub struct Pdf;Expand description
A built-in FilePrinterProvider backed by the Microsoft Print To PDF driver.
Trait Implementations§
Source§impl FilePrinterProvider for Pdf
impl FilePrinterProvider for Pdf
Source§fn driver_name() -> &'static str
fn driver_name() -> &'static str
Returns the Windows driver name (as accepted by
Add-Printer -DriverName) to use for the
virtual printer.Auto Trait Implementations§
impl Freeze for Pdf
impl RefUnwindSafe for Pdf
impl Send for Pdf
impl Sync for Pdf
impl Unpin for Pdf
impl UnsafeUnpin for Pdf
impl UnwindSafe for Pdf
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