Struct vc6_sys::tagCLASSDETAIL
source · #[repr(C)]pub struct tagCLASSDETAIL {
pub Clsid: CLSID,
pub pszDesc: LPOLESTR,
pub pszIconPath: LPOLESTR,
pub TreatAsClsid: CLSID,
pub AutoConvertClsid: CLSID,
pub cFileExt: DWORD,
pub prgFileExt: *mut LPOLESTR,
pub pMimeType: LPOLESTR,
pub pDefaultProgId: LPOLESTR,
pub cOtherProgId: DWORD,
pub prgOtherProgId: *mut LPOLESTR,
}Expand description
Generated header for interface: __MIDL_itf_objidl_0069 at Thu Sep 11 10:57:04 1997 using MIDL 3.03.0110
Fields§
§Clsid: CLSID§pszDesc: LPOLESTR§pszIconPath: LPOLESTR§TreatAsClsid: CLSID§AutoConvertClsid: CLSID§cFileExt: DWORD§prgFileExt: *mut LPOLESTR§pMimeType: LPOLESTR§pDefaultProgId: LPOLESTR§cOtherProgId: DWORD§prgOtherProgId: *mut LPOLESTRTrait Implementations§
source§impl Clone for tagCLASSDETAIL
impl Clone for tagCLASSDETAIL
source§fn clone(&self) -> tagCLASSDETAIL
fn clone(&self) -> tagCLASSDETAIL
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 Debug for tagCLASSDETAIL
impl Debug for tagCLASSDETAIL
impl Copy for tagCLASSDETAIL
Auto Trait Implementations§
impl RefUnwindSafe for tagCLASSDETAIL
impl !Send for tagCLASSDETAIL
impl !Sync for tagCLASSDETAIL
impl Unpin for tagCLASSDETAIL
impl UnwindSafe for tagCLASSDETAIL
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