Struct winapi::devpropdef::DEVPROPKEY [] [src]

pub struct DEVPROPKEY {
    pub fmtid: DEVPROPGUID,
    pub pid: DEVPROPID,
}

Fields

fmtid: DEVPROPGUID pid: DEVPROPID

Trait Implementations

impl Debug for DEVPROPKEY
[src]

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

Formats the value using the given formatter.

impl Copy for DEVPROPKEY
[src]

impl Clone for DEVPROPKEY
[src]

fn clone(&self) -> DEVPROPKEY

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