Struct winapi::DISPLAY_DEVICEW [] [src]

pub struct DISPLAY_DEVICEW {
    pub cb: DWORD,
    pub DeviceName: [WCHAR; 32],
    pub DeviceString: [WCHAR; 128],
    pub StateFlags: DWORD,
    pub DeviceID: [WCHAR; 128],
    pub DeviceKey: [WCHAR; 128],
}

Fields

cb
DeviceName
DeviceString
StateFlags
DeviceID
DeviceKey

Trait Implementations

impl Clone for DISPLAY_DEVICEW

fn clone(&self) -> DISPLAY_DEVICEW

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for DISPLAY_DEVICEW