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 | |
DR_Max | |
DR_Flags |
Trait Implementations
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