Struct winapi::devpropdef::DEVPROPCOMPKEY
[−]
[src]
pub struct DEVPROPCOMPKEY { pub Key: DEVPROPKEY, pub Store: DEVPROPSTORE, pub LocaleName: PCWSTR, }
Fields
Key | |
Store | |
LocaleName |
Trait Implementations
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