Struct winapi::cfgmgr32::BUSNUMBER_DES
[−]
[src]
pub struct BUSNUMBER_DES { pub BUSD_Count: DWORD, pub BUSD_Type: DWORD, pub BUSD_Flags: DWORD, pub BUSD_Alloc_Base: ULONG, pub BUSD_Alloc_End: ULONG, }
Fields
BUSD_Count | |
BUSD_Type | |
BUSD_Flags | |
BUSD_Alloc_Base | |
BUSD_Alloc_End |
Trait Implementations
impl Copy for BUSNUMBER_DES
[src]
impl Clone for BUSNUMBER_DES
[src]
fn clone(&self) -> BUSNUMBER_DES
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