Struct 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_voidTrait Implementations§
§impl Clone for OEMUIPSPARAM
impl Clone for OEMUIPSPARAM
§fn clone(&self) -> OEMUIPSPARAM
fn clone(&self) -> OEMUIPSPARAM
Returns a duplicate 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 Default for OEMUIPSPARAM
Available on crate feature Win32_Graphics_Gdi only.
impl Default for OEMUIPSPARAM
Available on crate feature
Win32_Graphics_Gdi only.impl Copy 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