Struct windows_sys::Win32::Graphics::Printing::COMPROPSHEETUI
#[repr(C)]pub struct COMPROPSHEETUI {Show 16 fields
pub cbSize: u16,
pub Flags: u16,
pub hInstCaller: HINSTANCE,
pub pCallerName: *mut i8,
pub UserData: usize,
pub pHelpFile: *mut i8,
pub pfnCallBack: _CPSUICALLBACK,
pub pOptItem: *mut OPTITEM,
pub pDlgPage: *mut DLGPAGE,
pub cOptItem: u16,
pub cDlgPage: u16,
pub IconID: usize,
pub pOptItemName: *mut i8,
pub CallerVersion: u16,
pub OptItemVersion: u16,
pub dwReserved: [usize; 4],
}
Fields§
§cbSize: u16
§Flags: u16
§hInstCaller: HINSTANCE
§pCallerName: *mut i8
§UserData: usize
§pHelpFile: *mut i8
§pfnCallBack: _CPSUICALLBACK
§pOptItem: *mut OPTITEM
§pDlgPage: *mut DLGPAGE
§cOptItem: u16
§cDlgPage: u16
§IconID: usize
§pOptItemName: *mut i8
§CallerVersion: u16
§OptItemVersion: u16
§dwReserved: [usize; 4]
Trait Implementations§
§impl Clone for COMPROPSHEETUI
impl Clone for COMPROPSHEETUI
§fn clone(&self) -> COMPROPSHEETUI
fn clone(&self) -> COMPROPSHEETUI
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 moreimpl Copy for COMPROPSHEETUI
Auto Trait Implementations§
impl Freeze for COMPROPSHEETUI
impl RefUnwindSafe for COMPROPSHEETUI
impl !Send for COMPROPSHEETUI
impl !Sync for COMPROPSHEETUI
impl Unpin for COMPROPSHEETUI
impl UnwindSafe for COMPROPSHEETUI
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
)