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
IOD_Type
IOD_Alloc_Base
IOD_Alloc_End
IOD_DesFlags

Trait Implementations

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

Derived Implementations

impl Debug for IO_DES
[src]

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

Formats the value using the given formatter.