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