Struct winapi::um::cfgmgr32::IRQ_DES_64
source · #[repr(C)]#[repr(packed)]pub struct IRQ_DES_64 {
pub IRQD_Count: DWORD,
pub IRQD_Type: DWORD,
pub IRQD_Flags: DWORD,
pub IRQD_Alloc_Num: ULONG,
pub IRQD_Affinity: ULONG64,
}Fields§
§IRQD_Count: DWORD§IRQD_Type: DWORD§IRQD_Flags: DWORD§IRQD_Alloc_Num: ULONG§IRQD_Affinity: ULONG64Trait Implementations§
source§impl Clone for IRQ_DES_64
impl Clone for IRQ_DES_64
source§fn clone(&self) -> IRQ_DES_64
fn clone(&self) -> IRQ_DES_64
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 IRQ_DES_64
impl Default for IRQ_DES_64
source§fn default() -> IRQ_DES_64
fn default() -> IRQ_DES_64
Returns the “default value” for a type. Read more