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

Derived Implementations

impl Debug for DEVPRIVATE_RESOURCE
[src]

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

Formats the value using the given formatter.