Struct winapi::cfgmgr32::IO_RANGE [] [src]

pub struct IO_RANGE {
    pub IOR_Align: DWORDLONG,
    pub IOR_nPorts: DWORD,
    pub IOR_Min: DWORDLONG,
    pub IOR_Max: DWORDLONG,
    pub IOR_RangeFlags: DWORD,
    pub IOR_Alias: DWORDLONG,
}

Fields

IOR_Align
IOR_nPorts
IOR_Min
IOR_Max
IOR_RangeFlags
IOR_Alias

Trait Implementations

impl Copy for IO_RANGE
[src]

impl Clone for IO_RANGE
[src]

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

Derived Implementations

impl Debug for IO_RANGE
[src]

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

Formats the value using the given formatter.