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 | |
PR_Data2 | |
PR_Data3 |
Trait Implementations
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