Struct winapi::cfgmgr32::DEVPRIVATE_RANGE [] [src]

pub struct DEVPRIVATE_RANGE {
    pub PR_Data1: DWORD,
    pub PR_Data2: DWORD,
    pub PR_Data3: DWORD,
}

Fields

PR_Data1: DWORD PR_Data2: DWORD PR_Data3: DWORD

Trait Implementations

impl Debug for DEVPRIVATE_RANGE
[src]

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

Formats the value using the given formatter.

impl Copy for DEVPRIVATE_RANGE
[src]

impl Clone for DEVPRIVATE_RANGE
[src]

fn clone(&self) -> DEVPRIVATE_RANGE

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