#[repr(C, packed(1))]pub struct MxdcPrintTicketPassthrough {
pub dwDataSize: u32,
pub bData: [u8; 1],
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwDataSize: u32
bData: [u8; 1]
Trait Implementations
impl Clone for MxdcPrintTicketPassthrough
impl Clone for MxdcPrintTicketPassthrough
impl Copy for MxdcPrintTicketPassthrough
Auto Trait Implementations
impl RefUnwindSafe for MxdcPrintTicketPassthrough
impl Send for MxdcPrintTicketPassthrough
impl Sync for MxdcPrintTicketPassthrough
impl Unpin for MxdcPrintTicketPassthrough
impl UnwindSafe for MxdcPrintTicketPassthrough
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