Struct windows_sys::Win32::Graphics::Printing::MxdcEscapeHeader
[−]#[repr(C, packed(1))]pub struct MxdcEscapeHeader {
pub cbInput: u32,
pub cbOutput: u32,
pub opCode: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
cbInput: u32
cbOutput: u32
opCode: u32
Trait Implementations
impl Clone for MxdcEscapeHeader
impl Clone for MxdcEscapeHeader
impl Copy for MxdcEscapeHeader
Auto Trait Implementations
impl RefUnwindSafe for MxdcEscapeHeader
impl Send for MxdcEscapeHeader
impl Sync for MxdcEscapeHeader
impl Unpin for MxdcEscapeHeader
impl UnwindSafe for MxdcEscapeHeader
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