#[repr(C)]pub struct _PROPSHEETPAGEW {Show 14 fields
pub dwSize: DWORD,
pub dwFlags: DWORD,
pub hInstance: HINSTANCE,
pub __bindgen_anon_1: _PROPSHEETPAGEW__bindgen_ty_1,
pub __bindgen_anon_2: _PROPSHEETPAGEW__bindgen_ty_2,
pub pszTitle: LPCWSTR,
pub pfnDlgProc: DLGPROC,
pub lParam: LPARAM,
pub pfnCallback: LPFNPSPCALLBACKW,
pub pcRefParent: *mut UINT,
pub pszHeaderTitle: LPCWSTR,
pub pszHeaderSubTitle: LPCWSTR,
pub hActCtx: HANDLE,
pub __bindgen_anon_3: _PROPSHEETPAGEW__bindgen_ty_3,
}
Fields§
§dwSize: DWORD
§dwFlags: DWORD
§hInstance: HINSTANCE
§__bindgen_anon_1: _PROPSHEETPAGEW__bindgen_ty_1
§__bindgen_anon_2: _PROPSHEETPAGEW__bindgen_ty_2
§pszTitle: LPCWSTR
§pfnDlgProc: DLGPROC
§lParam: LPARAM
§pfnCallback: LPFNPSPCALLBACKW
§pcRefParent: *mut UINT
§pszHeaderTitle: LPCWSTR
§pszHeaderSubTitle: LPCWSTR
§hActCtx: HANDLE
§__bindgen_anon_3: _PROPSHEETPAGEW__bindgen_ty_3
Trait Implementations§
Source§impl Clone for _PROPSHEETPAGEW
impl Clone for _PROPSHEETPAGEW
Source§fn clone(&self) -> _PROPSHEETPAGEW
fn clone(&self) -> _PROPSHEETPAGEW
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 _PROPSHEETPAGEW
Auto Trait Implementations§
impl Freeze for _PROPSHEETPAGEW
impl RefUnwindSafe for _PROPSHEETPAGEW
impl !Send for _PROPSHEETPAGEW
impl !Sync for _PROPSHEETPAGEW
impl Unpin for _PROPSHEETPAGEW
impl UnwindSafe for _PROPSHEETPAGEW
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