#[repr(C)]
pub union PROPSHEETHEADERW_V2_1 {
pub nStartPage: u32,
pub pStartPage: PWSTR,
}
Fields§
§nStartPage: u32
§pStartPage: PWSTR
Trait Implementations§
Source§impl Abi for PROPSHEETHEADERW_V2_1
impl Abi for PROPSHEETHEADERW_V2_1
Source§type Abi = PROPSHEETHEADERW_V2_1
type Abi = PROPSHEETHEADERW_V2_1
The abi representation of the implementing type. Read more
type DefaultType = PROPSHEETHEADERW_V2_1
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PROPSHEETHEADERW_V2_1
impl Clone for PROPSHEETHEADERW_V2_1
Source§fn clone(&self) -> PROPSHEETHEADERW_V2_1
fn clone(&self) -> PROPSHEETHEADERW_V2_1
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 moreSource§impl PartialEq for PROPSHEETHEADERW_V2_1
impl PartialEq for PROPSHEETHEADERW_V2_1
impl Copy for PROPSHEETHEADERW_V2_1
impl Eq for PROPSHEETHEADERW_V2_1
Auto Trait Implementations§
impl Freeze for PROPSHEETHEADERW_V2_1
impl RefUnwindSafe for PROPSHEETHEADERW_V2_1
impl !Send for PROPSHEETHEADERW_V2_1
impl !Sync for PROPSHEETHEADERW_V2_1
impl Unpin for PROPSHEETHEADERW_V2_1
impl UnwindSafe for PROPSHEETHEADERW_V2_1
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