#[repr(C)]pub struct INSTALLSPEC(/* private fields */);
Implementations§
Source§impl INSTALLSPEC
impl INSTALLSPEC
pub unsafe fn AppName(&self) -> &INSTALLSPEC_APPNAME
pub unsafe fn AppName_mut(&mut self) -> &mut INSTALLSPEC_APPNAME
pub unsafe fn FileExt(&self) -> &*mut WCHAR
pub unsafe fn FileExt_mut(&mut self) -> &mut *mut WCHAR
pub unsafe fn ProgId(&self) -> &*mut WCHAR
pub unsafe fn ProgId_mut(&mut self) -> &mut *mut WCHAR
pub unsafe fn COMClass(&self) -> &INSTALLSPEC_COMCLASS
pub unsafe fn COMClass_mut(&mut self) -> &mut INSTALLSPEC_COMCLASS
Trait Implementations§
Source§impl Clone for INSTALLSPEC
impl Clone for INSTALLSPEC
Source§fn clone(&self) -> INSTALLSPEC
fn clone(&self) -> INSTALLSPEC
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 INSTALLSPEC
impl Default for INSTALLSPEC
Source§fn default() -> INSTALLSPEC
fn default() -> INSTALLSPEC
Returns the “default value” for a type. Read more
impl Copy for INSTALLSPEC
Auto Trait Implementations§
impl Freeze for INSTALLSPEC
impl RefUnwindSafe for INSTALLSPEC
impl Send for INSTALLSPEC
impl Sync for INSTALLSPEC
impl Unpin for INSTALLSPEC
impl UnwindSafe for INSTALLSPEC
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