Struct winapi::cfgmgr32::IRQ_DES_32
[−]
[src]
pub struct IRQ_DES_32 {
pub IRQD_Count: DWORD,
pub IRQD_Type: DWORD,
pub IRQD_Flags: DWORD,
pub IRQD_Alloc_Num: ULONG,
pub IRQD_Affinity: ULONG32,
}Fields
IRQD_Count | |
IRQD_Type | |
IRQD_Flags | |
IRQD_Alloc_Num | |
IRQD_Affinity |
Trait Implementations
impl Copy for IRQ_DES_32[src]
impl Clone for IRQ_DES_32[src]
fn clone(&self) -> IRQ_DES_32
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