Struct vc6_sys::tagPACKAGEINFO
source · #[repr(C)]pub struct tagPACKAGEINFO {
pub pszClassIconPath: LPOLESTR,
pub pTreatAsClsid: *mut CLSID,
pub cPackages: DWORD,
pub pPackageDetail: *mut PACKAGEDETAIL,
}Fields§
§pszClassIconPath: LPOLESTR§pTreatAsClsid: *mut CLSID§cPackages: DWORD§pPackageDetail: *mut PACKAGEDETAILTrait Implementations§
source§impl Clone for tagPACKAGEINFO
impl Clone for tagPACKAGEINFO
source§fn clone(&self) -> tagPACKAGEINFO
fn clone(&self) -> tagPACKAGEINFO
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 tagPACKAGEINFO
impl Debug for tagPACKAGEINFO
impl Copy for tagPACKAGEINFO
Auto Trait Implementations§
impl RefUnwindSafe for tagPACKAGEINFO
impl !Send for tagPACKAGEINFO
impl !Sync for tagPACKAGEINFO
impl Unpin for tagPACKAGEINFO
impl UnwindSafe for tagPACKAGEINFO
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