Struct windows::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,
}
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
§fn clone(&self) -> OEMUIPSPARAM
fn clone(&self) -> OEMUIPSPARAM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for OEMUIPSPARAM
impl Debug for OEMUIPSPARAM
§impl Default for OEMUIPSPARAM
impl Default for OEMUIPSPARAM
§impl PartialEq for OEMUIPSPARAM
impl PartialEq for OEMUIPSPARAM
§fn eq(&self, other: &OEMUIPSPARAM) -> bool
fn eq(&self, other: &OEMUIPSPARAM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OEMUIPSPARAM
impl Eq for OEMUIPSPARAM
impl StructuralPartialEq for OEMUIPSPARAM
Auto Trait Implementations§
impl Freeze for OEMUIPSPARAM
impl RefUnwindSafe for OEMUIPSPARAM
impl !Send for OEMUIPSPARAM
impl !Sync for OEMUIPSPARAM
impl Unpin for OEMUIPSPARAM
impl UnwindSafe for OEMUIPSPARAM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)