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: DWORD DD_Type: DWORD DD_Flags: DWORD DD_Alloc_Chan: ULONG

Trait Implementations

impl Debug for DMA_DES
[src]

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

Formats the value using the given formatter.

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