#[repr(C)]pub struct PROPSHEETHEADERA_V1_u3(/* private fields */);
Implementations§
Source§impl PROPSHEETHEADERA_V1_u3
impl PROPSHEETHEADERA_V1_u3
pub unsafe fn ppsp(&self) -> &LPCPROPSHEETPAGEA
pub unsafe fn ppsp_mut(&mut self) -> &mut LPCPROPSHEETPAGEA
pub unsafe fn phpage(&self) -> &*mut HPROPSHEETPAGE
pub unsafe fn phpage_mut(&mut self) -> &mut *mut HPROPSHEETPAGE
Trait Implementations§
Source§impl Clone for PROPSHEETHEADERA_V1_u3
impl Clone for PROPSHEETHEADERA_V1_u3
Source§fn clone(&self) -> PROPSHEETHEADERA_V1_u3
fn clone(&self) -> PROPSHEETHEADERA_V1_u3
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 moreSource§impl Default for PROPSHEETHEADERA_V1_u3
impl Default for PROPSHEETHEADERA_V1_u3
Source§fn default() -> PROPSHEETHEADERA_V1_u3
fn default() -> PROPSHEETHEADERA_V1_u3
Returns the “default value” for a type. Read more
impl Copy for PROPSHEETHEADERA_V1_u3
Auto Trait Implementations§
impl Freeze for PROPSHEETHEADERA_V1_u3
impl RefUnwindSafe for PROPSHEETHEADERA_V1_u3
impl Send for PROPSHEETHEADERA_V1_u3
impl Sync for PROPSHEETHEADERA_V1_u3
impl Unpin for PROPSHEETHEADERA_V1_u3
impl UnwindSafe for PROPSHEETHEADERA_V1_u3
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