Struct windows_sys::Win32::Graphics::Printing::MxdcS0PageData
[−]Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwSize: u32
bData: [u8; 1]
Trait Implementations
impl Clone for MxdcS0PageData
impl Clone for MxdcS0PageData
impl Copy for MxdcS0PageData
Auto Trait Implementations
impl RefUnwindSafe for MxdcS0PageData
impl Send for MxdcS0PageData
impl Sync for MxdcS0PageData
impl Unpin for MxdcS0PageData
impl UnwindSafe for MxdcS0PageData
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