Struct windows_sys::Win32::Graphics::Printing::MxdcPrintTicketEscape
[−]#[repr(C)]pub struct MxdcPrintTicketEscape {
pub mxdcEscape: MxdcEscapeHeader,
pub printTicketData: MxdcPrintTicketPassthrough,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
mxdcEscape: MxdcEscapeHeader
printTicketData: MxdcPrintTicketPassthrough
Trait Implementations
impl Clone for MxdcPrintTicketEscape
impl Clone for MxdcPrintTicketEscape
impl Copy for MxdcPrintTicketEscape
Auto Trait Implementations
impl RefUnwindSafe for MxdcPrintTicketEscape
impl Send for MxdcPrintTicketEscape
impl Sync for MxdcPrintTicketEscape
impl Unpin for MxdcPrintTicketEscape
impl UnwindSafe for MxdcPrintTicketEscape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more