Struct winapi::devpropdef::DEVPROPCOMPKEY [] [src]

pub struct DEVPROPCOMPKEY {
    pub Key: DEVPROPKEY,
    pub Store: DEVPROPSTORE,
    pub LocaleName: PCWSTR,
}

Fields

Key: DEVPROPKEY Store: DEVPROPSTORE LocaleName: PCWSTR

Trait Implementations

impl Debug for DEVPROPCOMPKEY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DEVPROPCOMPKEY
[src]

impl Clone for DEVPROPCOMPKEY
[src]

fn clone(&self) -> DEVPROPCOMPKEY

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