Struct winapi::DISPLAY_DEVICEA [] [src]

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

Fields

cb: DWORD DeviceName: [CHAR; 32] DeviceString: [CHAR; 128] StateFlags: DWORD DeviceID: [CHAR; 128] DeviceKey: [CHAR; 128]

Trait Implementations

impl Copy for DISPLAY_DEVICEA
[src]

impl Clone for DISPLAY_DEVICEA
[src]

fn clone(&self) -> DISPLAY_DEVICEA

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