Struct vc6_sys::tagPACKAGEINFOLIST
source · #[repr(C)]pub struct tagPACKAGEINFOLIST {
pub cPackInfo: DWORD,
pub pPackageInfo: *mut PACKAGEINFO,
}Expand description
Generated header for interface: IClassRefresh at Thu Sep 11 10:57:04 1997 using MIDL 3.03.0110
Fields§
§cPackInfo: DWORD§pPackageInfo: *mut PACKAGEINFOTrait Implementations§
source§impl Clone for tagPACKAGEINFOLIST
impl Clone for tagPACKAGEINFOLIST
source§fn clone(&self) -> tagPACKAGEINFOLIST
fn clone(&self) -> tagPACKAGEINFOLIST
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 tagPACKAGEINFOLIST
impl Debug for tagPACKAGEINFOLIST
impl Copy for tagPACKAGEINFOLIST
Auto Trait Implementations§
impl RefUnwindSafe for tagPACKAGEINFOLIST
impl !Send for tagPACKAGEINFOLIST
impl !Sync for tagPACKAGEINFOLIST
impl Unpin for tagPACKAGEINFOLIST
impl UnwindSafe for tagPACKAGEINFOLIST
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