Struct winapi::um::wingdi::DISPLAY_DEVICEW
source · #[repr(C)]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: DWORD
§DeviceName: [WCHAR; 32]
§DeviceString: [WCHAR; 128]
§StateFlags: DWORD
§DeviceID: [WCHAR; 128]
§DeviceKey: [WCHAR; 128]
Trait Implementations§
source§impl Clone for DISPLAY_DEVICEW
impl Clone for DISPLAY_DEVICEW
source§fn clone(&self) -> DISPLAY_DEVICEW
fn clone(&self) -> DISPLAY_DEVICEW
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 Default for DISPLAY_DEVICEW
impl Default for DISPLAY_DEVICEW
source§fn default() -> DISPLAY_DEVICEW
fn default() -> DISPLAY_DEVICEW
Returns the “default value” for a type. Read more