#[repr(C)]pub struct MxdcS0PagePassthroughEscape {
pub mxdcEscape: MxdcEscapeHeader,
pub xpsS0PageData: MxdcS0PageData,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
mxdcEscape: MxdcEscapeHeader
xpsS0PageData: MxdcS0PageData
Trait Implementations
impl Clone for MxdcS0PagePassthroughEscape
impl Clone for MxdcS0PagePassthroughEscape
impl Copy for MxdcS0PagePassthroughEscape
Auto Trait Implementations
impl RefUnwindSafe for MxdcS0PagePassthroughEscape
impl Send for MxdcS0PagePassthroughEscape
impl Sync for MxdcS0PagePassthroughEscape
impl Unpin for MxdcS0PagePassthroughEscape
impl UnwindSafe for MxdcS0PagePassthroughEscape
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