#[repr(C)]pub struct PROPSHEETPAGEW {Show 14 fields
pub dwSize: u32,
pub dwFlags: u32,
pub hInstance: HINSTANCE,
pub Anonymous1: PROPSHEETPAGEW_0,
pub Anonymous2: PROPSHEETPAGEW_1,
pub pszTitle: PWSTR,
pub pfnDlgProc: Option<DLGPROC>,
pub lParam: LPARAM,
pub pfnCallback: Option<LPFNPSPCALLBACKW>,
pub pcRefParent: *mut u32,
pub pszHeaderTitle: PWSTR,
pub pszHeaderSubTitle: PWSTR,
pub hActCtx: HANDLE,
pub Anonymous3: PROPSHEETPAGEW_2,
}Fields§
§dwSize: u32§dwFlags: u32§hInstance: HINSTANCE§Anonymous1: PROPSHEETPAGEW_0§Anonymous2: PROPSHEETPAGEW_1§pszTitle: PWSTR§pfnDlgProc: Option<DLGPROC>§lParam: LPARAM§pfnCallback: Option<LPFNPSPCALLBACKW>§pcRefParent: *mut u32§pszHeaderTitle: PWSTR§pszHeaderSubTitle: PWSTR§hActCtx: HANDLE§Anonymous3: PROPSHEETPAGEW_2Trait Implementations§
Source§impl Abi for PROPSHEETPAGEW
impl Abi for PROPSHEETPAGEW
Source§type Abi = PROPSHEETPAGEW
type Abi = PROPSHEETPAGEW
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PROPSHEETPAGEW
impl Clone for PROPSHEETPAGEW
Source§fn clone(&self) -> PROPSHEETPAGEW
fn clone(&self) -> PROPSHEETPAGEW
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 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