Struct winapi::cfgmgr32::DEVPRIVATE_RESOURCE [] [src]

pub struct DEVPRIVATE_RESOURCE {
    pub PRV_Header: DEVPRIVATE_DES,
    pub PRV_Data: [DEVPRIVATE_RANGE; 1],
}

Fields

PRV_Header: DEVPRIVATE_DES PRV_Data: [DEVPRIVATE_RANGE; 1]

Trait Implementations

impl Debug for DEVPRIVATE_RESOURCE
[src]

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

Formats the value using the given formatter.

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