Struct winapi::cfgmgr32::HWPROFILEINFO_A
[−]
[src]
pub struct HWPROFILEINFO_A { pub HWPI_ulHWProfile: ULONG, pub HWPI_szFriendlyName: [CHAR; MAX_PROFILE_LEN], pub HWPI_dwFlags: DWORD, }
Fields
HWPI_ulHWProfile | |
HWPI_szFriendlyName | |
HWPI_dwFlags |
Trait Implementations
impl Copy for HWPROFILEINFO_A
[src]
impl Clone for HWPROFILEINFO_A
[src]
fn clone(&self) -> HWPROFILEINFO_A
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