Struct winapi::cfgmgr32::DMA_DES
[−]
[src]
pub struct DMA_DES { pub DD_Count: DWORD, pub DD_Type: DWORD, pub DD_Flags: DWORD, pub DD_Alloc_Chan: ULONG, }
Fields
DD_Count | |
DD_Type | |
DD_Flags | |
DD_Alloc_Chan |
Trait Implementations
impl Copy for DMA_DES
[src]
impl Clone for DMA_DES
[src]
fn clone(&self) -> DMA_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