Struct winapi::cfgmgr32::HWPROFILEINFO_W
[−]
[src]
pub struct HWPROFILEINFO_W { pub HWPI_ulHWProfile: ULONG, pub HWPI_szFriendlyName: [WCHAR; MAX_PROFILE_LEN], pub HWPI_dwFlags: DWORD, }
Fields
HWPI_ulHWProfile | |
HWPI_szFriendlyName | |
HWPI_dwFlags |
Trait Implementations
impl Copy for HWPROFILEINFO_W
[src]
impl Clone for HWPROFILEINFO_W
[src]
fn clone(&self) -> HWPROFILEINFO_W
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more