#[repr(C)]pub struct INSTALLSPEC_COMCLASS {
pub Clsid: GUID,
pub ClsCtx: DWORD,
}
Fields§
§Clsid: GUID
§ClsCtx: DWORD
Trait Implementations§
Source§impl Clone for INSTALLSPEC_COMCLASS
impl Clone for INSTALLSPEC_COMCLASS
Source§fn clone(&self) -> INSTALLSPEC_COMCLASS
fn clone(&self) -> INSTALLSPEC_COMCLASS
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_COMCLASS
impl Default for INSTALLSPEC_COMCLASS
Source§fn default() -> INSTALLSPEC_COMCLASS
fn default() -> INSTALLSPEC_COMCLASS
Returns the “default value” for a type. Read more
impl Copy for INSTALLSPEC_COMCLASS
Auto Trait Implementations§
impl Freeze for INSTALLSPEC_COMCLASS
impl RefUnwindSafe for INSTALLSPEC_COMCLASS
impl Send for INSTALLSPEC_COMCLASS
impl Sync for INSTALLSPEC_COMCLASS
impl Unpin for INSTALLSPEC_COMCLASS
impl UnwindSafe for INSTALLSPEC_COMCLASS
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