Struct winapi::cfgmgr32::BUSNUMBER_DES [] [src]

pub struct BUSNUMBER_DES {
    pub BUSD_Count: DWORD,
    pub BUSD_Type: DWORD,
    pub BUSD_Flags: DWORD,
    pub BUSD_Alloc_Base: ULONG,
    pub BUSD_Alloc_End: ULONG,
}

Fields

BUSD_Count: DWORD BUSD_Type: DWORD BUSD_Flags: DWORD BUSD_Alloc_Base: ULONG BUSD_Alloc_End: ULONG

Trait Implementations

impl Debug for BUSNUMBER_DES
[src]

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

Formats the value using the given formatter.

impl Copy for BUSNUMBER_DES
[src]

impl Clone for BUSNUMBER_DES
[src]

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