Struct winapi::um::cfgmgr32::BUSNUMBER_DES
source · #[repr(C)]#[repr(packed)]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§
source§impl Clone for BUSNUMBER_DES
impl Clone for BUSNUMBER_DES
source§fn clone(&self) -> BUSNUMBER_DES
fn clone(&self) -> BUSNUMBER_DES
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_DES
impl Default for BUSNUMBER_DES
source§fn default() -> BUSNUMBER_DES
fn default() -> BUSNUMBER_DES
Returns the “default value” for a type. Read more