Struct winapi::um::cfgmgr32::BUSNUMBER_RANGE
source · #[repr(C)]#[repr(packed)]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: ULONGTrait Implementations§
source§impl Clone for BUSNUMBER_RANGE
impl Clone for BUSNUMBER_RANGE
source§fn clone(&self) -> BUSNUMBER_RANGE
fn clone(&self) -> BUSNUMBER_RANGE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for BUSNUMBER_RANGE
impl Default for BUSNUMBER_RANGE
source§fn default() -> BUSNUMBER_RANGE
fn default() -> BUSNUMBER_RANGE
Returns the “default value” for a type. Read more