Struct winapi::cfgmgr32::IO_DES [] [src]

pub struct IO_DES {
    pub IOD_Count: DWORD,
    pub IOD_Type: DWORD,
    pub IOD_Alloc_Base: DWORDLONG,
    pub IOD_Alloc_End: DWORDLONG,
    pub IOD_DesFlags: DWORD,
}

Fields

IOD_Count: DWORD IOD_Type: DWORD IOD_Alloc_Base: DWORDLONG IOD_Alloc_End: DWORDLONG IOD_DesFlags: DWORD

Trait Implementations

impl Debug for IO_DES
[src]

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

Formats the value using the given formatter.

impl Copy for IO_DES
[src]

impl Clone for IO_DES
[src]

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