Struct winapi::cfgmgr32::HWPROFILEINFO_W [] [src]

pub struct HWPROFILEINFO_W {
    pub HWPI_ulHWProfile: ULONG,
    pub HWPI_szFriendlyName: [WCHAR; 80],
    pub HWPI_dwFlags: DWORD,
}

Fields

HWPI_ulHWProfile: ULONG HWPI_szFriendlyName: [WCHAR; 80] HWPI_dwFlags: DWORD

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