Struct winapi::cfgmgr32::DMA_RANGE [] [src]

pub struct DMA_RANGE {
    pub DR_Min: ULONG,
    pub DR_Max: ULONG,
    pub DR_Flags: ULONG,
}

Fields

DR_Min: ULONG DR_Max: ULONG DR_Flags: ULONG

Trait Implementations

impl Debug for DMA_RANGE
[src]

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

Formats the value using the given formatter.

impl Copy for DMA_RANGE
[src]

impl Clone for DMA_RANGE
[src]

fn clone(&self) -> DMA_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