Struct HPROPSHEETPAGE
#[repr(transparent)]pub struct HPROPSHEETPAGE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HPROPSHEETPAGE
impl HPROPSHEETPAGE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for HPROPSHEETPAGE
impl Clone for HPROPSHEETPAGE
§fn clone(&self) -> HPROPSHEETPAGE
fn clone(&self) -> HPROPSHEETPAGE
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 more§impl Debug for HPROPSHEETPAGE
impl Debug for HPROPSHEETPAGE
§impl Default for HPROPSHEETPAGE
impl Default for HPROPSHEETPAGE
§impl Free for HPROPSHEETPAGE
impl Free for HPROPSHEETPAGE
§impl PartialEq for HPROPSHEETPAGE
impl PartialEq for HPROPSHEETPAGE
impl Copy for HPROPSHEETPAGE
impl Eq for HPROPSHEETPAGE
impl StructuralPartialEq for HPROPSHEETPAGE
Auto Trait Implementations§
impl Freeze for HPROPSHEETPAGE
impl RefUnwindSafe for HPROPSHEETPAGE
impl !Send for HPROPSHEETPAGE
impl !Sync for HPROPSHEETPAGE
impl Unpin for HPROPSHEETPAGE
impl UnwindSafe for HPROPSHEETPAGE
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