Struct winapi::devpropdef::DEVPROPKEY
[−]
[src]
pub struct DEVPROPKEY {
pub fmtid: DEVPROPGUID,
pub pid: DEVPROPID,
}Fields
fmtid | |
pid |
Trait Implementations
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