Struct windows_sys::Win32::Graphics::Printing::OEMUIPSPARAM
[−]#[repr(C)]pub struct OEMUIPSPARAM {
pub cbSize: u32,
pub poemuiobj: *mut OEMUIOBJ,
pub hPrinter: HANDLE,
pub pPrinterName: PWSTR,
pub hModule: HANDLE,
pub hOEMHeap: HANDLE,
pub pPublicDM: *mut DEVMODEA,
pub pOEMDM: *mut c_void,
pub pOEMUserData: *mut c_void,
pub dwFlags: u32,
pub pOemEntry: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
cbSize: u32
poemuiobj: *mut OEMUIOBJ
hPrinter: HANDLE
pPrinterName: PWSTR
hModule: HANDLE
hOEMHeap: HANDLE
pPublicDM: *mut DEVMODEA
pOEMDM: *mut c_void
pOEMUserData: *mut c_void
dwFlags: u32
pOemEntry: *mut c_void
Trait Implementations
impl Clone for OEMUIPSPARAM
impl Clone for OEMUIPSPARAM
impl Copy for OEMUIPSPARAM
Auto Trait Implementations
impl RefUnwindSafe for OEMUIPSPARAM
impl !Send for OEMUIPSPARAM
impl !Sync for OEMUIPSPARAM
impl Unpin for OEMUIPSPARAM
impl UnwindSafe for OEMUIPSPARAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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