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 | |
BUSR_Max | |
BUSR_nBusNumbers | |
BUSR_Flags |
Trait Implementations
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