Struct winapi::cfgmgr32::BUSNUMBER_RANGE [] [src]

pub struct BUSNUMBER_RANGE {
    pub BUSR_Min: ULONG,
    pub BUSR_Max: ULONG,
    pub BUSR_nBusNumbers: ULONG,
    pub BUSR_Flags: ULONG,
}

Fields

BUSR_Min: ULONG BUSR_Max: ULONG BUSR_nBusNumbers: ULONG BUSR_Flags: ULONG

Trait Implementations

impl Debug for BUSNUMBER_RANGE
[src]

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

Formats the value using the given formatter.

impl Copy for BUSNUMBER_RANGE
[src]

impl Clone for BUSNUMBER_RANGE
[src]

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