Struct vc6_sys::tagAPPDETAIL
source · #[repr(C)]pub struct tagAPPDETAIL {
pub AppID: GUID,
pub cClasses: DWORD,
pub prgClsIdList: *mut CLSID,
pub cTypeLibIds: DWORD,
pub prgTypeLibIdList: *mut CLSID,
pub cServers: DWORD,
pub prgServerNames: *mut LPOLESTR,
}Fields§
§AppID: GUID§cClasses: DWORD§prgClsIdList: *mut CLSID§cTypeLibIds: DWORD§prgTypeLibIdList: *mut CLSID§cServers: DWORD§prgServerNames: *mut LPOLESTRTrait Implementations§
source§impl Clone for tagAPPDETAIL
impl Clone for tagAPPDETAIL
source§fn clone(&self) -> tagAPPDETAIL
fn clone(&self) -> tagAPPDETAIL
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 tagAPPDETAIL
impl Debug for tagAPPDETAIL
impl Copy for tagAPPDETAIL
Auto Trait Implementations§
impl RefUnwindSafe for tagAPPDETAIL
impl !Send for tagAPPDETAIL
impl !Sync for tagAPPDETAIL
impl Unpin for tagAPPDETAIL
impl UnwindSafe for tagAPPDETAIL
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