Struct winapi::cfgmgr32::DEVPRIVATE_RESOURCE
[−]
[src]
pub struct DEVPRIVATE_RESOURCE {
pub PRV_Header: DEVPRIVATE_DES,
pub PRV_Data: [DEVPRIVATE_RANGE; ::ANYSIZE_ARRAY],
}Fields
PRV_Header | |
PRV_Data |
Trait Implementations
impl Copy for DEVPRIVATE_RESOURCE[src]
impl Clone for DEVPRIVATE_RESOURCE[src]
fn clone(&self) -> DEVPRIVATE_RESOURCE
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